We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 498b8f3 + 79e86d3 commit ce3dd6dCopy full SHA for ce3dd6d
.github/workflows/issue-comment.yml
@@ -25,4 +25,4 @@ jobs:
25
steps:
26
- name: respond to issue
27
run: |
28
- gh issue comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"
+ gh issue -R ${{ github.repository }} comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"
0 commit comments