Skip to content

Commit

Permalink
ci: fix issue response (#956)
Browse files Browse the repository at this point in the history
Fix gh command failure when no github repository can be found.
  • Loading branch information
bduranleau-nr authored Sep 16, 2024
1 parent 108af43 commit 79e86d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
steps:
- name: respond to issue
run: |
gh issue comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"
gh issue -R ${{ github.repository }} comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"

0 comments on commit 79e86d3

Please sign in to comment.