We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967d4c0 commit bbb97ccCopy full SHA for bbb97cc
1 file changed
.github/workflows/preview.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Checkout Pull Request
26
if: github.event.issue.pull_request && contains(github.event.comment.body, '/preview')
27
- run: hub pr checkout ${{ github.event.issue.number }}
+ run: gh pr checkout ${{ github.event.issue.number }}
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
0 commit comments