Skip to content

Commit ce3dd6d

Browse files
committed
Merge branch 'main' into dev
2 parents 498b8f3 + 79e86d3 commit ce3dd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-comment.yml

+1-1
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)