BUG!
This commit is contained in:
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user