diff --git a/.github/workflows/update-integration-tests.yml b/.github/workflows/update-integration-tests.yml index 7e40b3a3..f82d56fc 100644 --- a/.github/workflows/update-integration-tests.yml +++ b/.github/workflows/update-integration-tests.yml @@ -28,7 +28,7 @@ jobs: run: git config --global hub.protocol https - name: Checkout the branch from the PR that triggered the job - run: hub pr checkout ${{ github.event.inputs.number || github.event.issue.number }} + run: gh pr checkout ${{ github.event.inputs.number || github.event.issue.number }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}