Skip to content

Commit 9365912

Browse files
authored
Switch from hub to gh CLI (#199)
1 parent 874a7ea commit 9365912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: git config --global hub.protocol https
2222

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

0 commit comments

Comments
 (0)