Files
packages/anda/stardust/telescope/update.rhai
T
2024-10-23 10:47:41 -05:00

6 lines
132 B
Plaintext

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