Skip to content

Commit 437ce74

Browse files
committed
fix: use cli for checkout
1 parent a073a8d commit 437ce74

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/issue-comment.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
env:
2424
GH_TOKEN: ${{ secrets.token }}
2525
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 }}
3226
- name: respond to issue
3327
run: |
34-
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)