From 28d7cc5ae7039e1eee4e0825ce7d8c37d808fbd9 Mon Sep 17 00:00:00 2001 From: ssssota Date: Sat, 4 May 2024 14:12:28 +0900 Subject: [PATCH] ci(vrt): fix --- .github/workflows/vrt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 34179ea..b746bbd 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -28,6 +28,7 @@ jobs: - if: steps.git-diff.outcome == 'failure' run: | set -x + gh pr checkout ${{ github.event.number }} git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]"