diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 4836a78d6..66a38c376 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -47,7 +47,7 @@ jobs: run: | MESSAGE=$'Failed to push generated code. Please run locally and push:\n```\n./script/generate.ts\ngit add -A && git commit -m "chore: generate" && git push\n```' if [ -n "${{ github.event.pull_request.number }}" ]; then - gh pr comment ${{ github.event.pull_request.number }} --body "$MESSAGE" + gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body "$MESSAGE" else gh api repos/${{ github.repository }}/commits/${{ github.sha }}/comments -f body="$MESSAGE" fi