Files
packages/anda/tools/arduino-remoteocd/update.rhai
T
2025-12-08 11:35:54 -06:00

6 lines
129 B
Plaintext

rpm.global("commit", gh_commit("arduino/remoteocd"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}