Skip to content

Commit 2a77552

Browse files
committed
Figuring out still Github's naming...
1 parent 51259ca commit 2a77552

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/functions/onGithubWebhook

1 file changed

+1
-1
lines changed

infrastructure/functions/onGithubWebhook/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const createCommit = (commit, branchId) => {
6363
mutation {
6464
createCommit(authorName: "${commit.author.name}",authorUsername: "${commit
6565
.author.username}", authorEmail: "${commit.author
66-
.email}", hash: "${commit.sha}", message: "${commit.message}", branchIds: ["${branchId}"]) {
66+
.email}", hash: "${commit.tree_id}", message: "${commit.message}", branchIds: ["${branchId}"]) {
6767
id
6868
}
6969
}

0 commit comments

Comments
 (0)