mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
Merge pull request #13754 from meteor/ci/work-on-meteor-profile-ci
DEV: add gh cli to checkout branch
This commit is contained in:
2
.github/workflows/run-profiler.yml
vendored
2
.github/workflows/run-profiler.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user