We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hub
gh
1 parent aa8a3c4 commit 2b43f1bCopy full SHA for 2b43f1b
.github/workflows/playwright-update.yml
@@ -27,7 +27,7 @@ jobs:
27
# PR branch remote must be checked out using https URL
28
git config --global hub.protocol https
29
30
- hub pr checkout ${{ github.event.issue.number }}
+ gh pr checkout ${{ github.event.issue.number }}
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
0 commit comments