From 573602e972e1de4c76dbc77577dcefa16efe55be Mon Sep 17 00:00:00 2001 From: "David L. Qiu" Date: Mon, 30 Oct 2023 14:57:32 -0700 Subject: [PATCH] migrate from hub to gh in workflows --- .github/workflows/update-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-integration-tests.yml b/.github/workflows/update-integration-tests.yml index 3cc16fd1..47816894 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 }}