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 1d498a8 commit 4d6aa29Copy full SHA for 4d6aa29
.github/workflows/license-header.yml
@@ -21,7 +21,7 @@ jobs:
21
run: git config --global hub.protocol https
22
23
- name: Checkout the branch from the PR that triggered the job
24
- run: hub pr checkout ${{ github.event.pull_request.number }}
+ run: gh pr checkout ${{ github.event.pull_request.number }}
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
0 commit comments