From d249a4bdf4fc303d9e526d62a774badc54671ddb Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Mon, 29 Jan 2024 11:40:55 +0000 Subject: [PATCH] Correct checkout command --- .github/workflows/update_galata_references.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_galata_references.yaml b/.github/workflows/update_galata_references.yaml index b1cc632f..11e34926 100644 --- a/.github/workflows/update_galata_references.yaml +++ b/.github/workflows/update_galata_references.yaml @@ -34,7 +34,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.issue.number }} + run: gh pr checkout ${{ github.event.issue.number }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}