We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450e371 commit ac48a19Copy full SHA for ac48a19
.github/workflows/test1.yml
@@ -32,4 +32,4 @@ jobs:
32
- name: Add comment
33
env:
34
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
35
- run: gh issue comment ${{ github.event.inputs.issueNumber }} --body "${{ github.event.inputs.commentText }}"
+ run: gh issue comment ${{ github.event.inputs.issueNumber }} --body "${{ github.event.inputs.commentText }}" --repo GmodNET/github-app-test
0 commit comments