Skip to content

Commit 79e86d3

Browse files
ci: fix issue response (#956)
Fix gh command failure when no github repository can be found.
1 parent 108af43 commit 79e86d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
steps:
2626
- name: respond to issue
2727
run: |
28-
gh issue comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"
28+
gh issue -R ${{ github.repository }} comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"

0 commit comments

Comments
 (0)