Skip to content

Commit

Permalink
[ci] Try to fix changelog-bot usage of hub CLI (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman authored Oct 18, 2023
1 parent aa14f21 commit 5ed155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 18
- name: Checkout Pull Request
run: hub pr checkout ${{ github.event.issue.number }}
run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
Expand Down

0 comments on commit 5ed155e

Please sign in to comment.