Skip to content

Commit 4cb4fa6

Browse files
committed
build: fix scope of createCommitComment method
1 parent 40c7d79 commit 4cb4fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
208208
script: |
209-
github.rest.issues.createCommitComment({
209+
github.rest.repos.createCommitComment({
210210
commit_sha: context.sha,
211211
owner: context.repo.owner,
212212
repo: context.repo.repo,

0 commit comments

Comments
 (0)