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 819a76d commit 9d55602Copy full SHA for 9d55602
.github/workflows/issue-comment.yml
@@ -23,6 +23,12 @@ 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 }}"
0 commit comments