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 646e6c9 commit b1ec36cCopy full SHA for b1ec36c
.github/workflows/update-integration-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
run: git config --global hub.protocol https
29
30
- name: Checkout the branch from the PR that triggered the job
31
- run: hub pr checkout ${{ github.event.inputs.number || github.event.issue.number }}
+ run: gh pr checkout ${{ github.event.inputs.number || github.event.issue.number }}
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
0 commit comments