diff --git a/.github/workflows/bounty.yml b/.github/workflows/bounty.yml index cad805f0a..eb3d75717 100644 --- a/.github/workflows/bounty.yml +++ b/.github/workflows/bounty.yml @@ -25,6 +25,6 @@ jobs: github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, - repo: context.repo.name, + repo: context.repo.repo, body: issueComment });