From 8afaf1488c805f60d9bc11c8db547f2ca60d0afd Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sat, 29 Nov 2025 22:52:01 -0500 Subject: [PATCH] BUG! --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5562bb8..d7b9434 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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[