Skip to content

Commit 9d55602

Browse files
committed
fix(ci): add checkout to allow gh cli to run
1 parent 819a76d commit 9d55602

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/issue-comment.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ 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 }}
2632
- name: respond to issue
2733
run: |
2834
gh issue comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"

0 commit comments

Comments
 (0)