Skip to content

Commit bbb97cc

Browse files
committed
fix: fix typo
1 parent 967d4c0 commit bbb97cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Checkout Pull Request
2626
if: github.event.issue.pull_request && contains(github.event.comment.body, '/preview')
27-
run: hub pr checkout ${{ github.event.issue.number }}
27+
run: gh pr checkout ${{ github.event.issue.number }}
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

0 commit comments

Comments
 (0)