This commit is contained in:
2025-11-29 22:52:01 -05:00
parent c9eb6a0890
commit 8afaf1488c

View File

@@ -18,7 +18,7 @@ new Elysia()
const user = event.repository.owner.username;
const repo = event.repository.name;
const branch = event.ref.replace(/^(refs\/heads\/)/, "");
const commitHash = event.before;
const commitHash = event.after;
const service =
indexedConfig[