From d3e5f19274267f48464bd40abb6395924c24b360 Mon Sep 17 00:00:00 2001 From: Simon Dominik Niko Fink Date: Tue, 10 Oct 2023 12:14:56 +0200 Subject: [PATCH] fix update screenshots script --- .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 f5398cb..5e81817 100644 --- a/.github/workflows/update-integration-tests.yml +++ b/.github/workflows/update-integration-tests.yml @@ -23,7 +23,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 }}