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 a073a8d commit 437ce74Copy full SHA for 437ce74
.github/workflows/issue-comment.yml
@@ -23,12 +23,6 @@ jobs:
23
env:
24
GH_TOKEN: ${{ secrets.token }}
25
steps:
26
- - name: Checkout newrelic-php-agent code
27
- uses: actions/checkout@v4
28
- with:
29
- path: php-agent
30
- repository: ${{ inputs.origin }}/newrelic-php-agent
31
- ref: ${{ inputs.ref }}
32
- name: respond to issue
33
run: |
34
- gh issue comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"
+ gh issue -R ${{ github.repository }} comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"
0 commit comments