Files
packages/anda/apps/valent/update.rhai
T
2026-03-15 12:09:24 -07:00

8 lines
188 B
Plaintext

if filters.contains("nightly") {
rpm.global("commit", gh_commit("andyholmes/valent"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
}