Skip to content

Commit

Permalink
fix: use cli for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Sep 5, 2024
1 parent 68b292d commit f96ac63
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.token }}
steps:
- name: Checkout newrelic-php-agent code
uses: actions/checkout@v4
with:
path: php-agent
repository: ${{ inputs.origin }}/newrelic-php-agent
ref: ${{ inputs.ref }}
- name: respond to issue
run: |
gh issue comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"
gh issue -R ${{ github.repository }} comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"

0 comments on commit f96ac63

Please sign in to comment.