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[