Merge pull request #13754 from meteor/ci/work-on-meteor-profile-ci

DEV: add gh cli to checkout branch
This commit is contained in:
Gabriel Grubba
2025-05-14 10:57:09 -03:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Checkout Pull Request
run: hub pr checkout ${{ github.event.issue.number }}
run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}