From 1808acd8569d51769f641bb0ec8275a9f336ee68 Mon Sep 17 00:00:00 2001 From: atsuo ishimoto Date: Tue, 21 Jun 2022 08:03:23 +0900 Subject: [PATCH] temporary use actions/checkout@v1 to avoid checkout error --- .github/workflows/update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a65b7f2e6..0ed605d5f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -79,10 +79,9 @@ jobs: run: echo "CURRENT_BRANCH=$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV - name: Check out source branch (${{ env.CURRENT_BRANCH }}) - uses: actions/checkout@v2 + uses: actions/checkout@v1 with: path: ${{ env.CURRENT_BRANCH }} - persist-credentials: false - name: Check out target branch (${{ matrix.branch }}) uses: actions/checkout@v2 with: