Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Apr 9, 2024
1 parent f95a0c4 commit bab0544
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29143,6 +29143,7 @@ function commentPr(octokit, comment, head, todoCount, doneCount) {
body: comment
});
}
console.log('Current head sha is:', head);
yield octokit.rest.repos.createCommitStatus({
owner,
repo,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ async function commentPr(
})
}

console.log('Current head sha is:', head)

await octokit.rest.repos.createCommitStatus({

Check failure on line 152 in src/main.ts

View workflow job for this annotation

GitHub Actions / Lint Codebase

Insert `⏎····`
owner,

Check failure on line 153 in src/main.ts

View workflow job for this annotation

GitHub Actions / Lint Codebase

Insert `··`
repo,

Check failure on line 154 in src/main.ts

View workflow job for this annotation

GitHub Actions / Lint Codebase

Insert `··`
Expand Down

0 comments on commit bab0544

Please sign in to comment.