Skip to content

Commit

Permalink
Switch from hub to gh CLI (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos authored Oct 6, 2023
1 parent 874a7ea commit 9365912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: git config --global hub.protocol https

- name: Checkout the branch from the PR that triggered the job
run: hub pr checkout ${{ github.event.pull_request.number }}
run: gh pr checkout ${{ github.event.pull_request.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9365912

Please sign in to comment.