Skip to content

Commit 846655b

Browse files
authored
migrate from hub to gh in workflows (#455)
1 parent a2881ee commit 846655b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-integration-tests.yml

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

3030
- name: Checkout the branch from the PR that triggered the job
31-
run: hub pr checkout ${{ github.event.inputs.number || github.event.issue.number }}
31+
run: gh pr checkout ${{ github.event.inputs.number || github.event.issue.number }}
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

0 commit comments

Comments
 (0)