Skip to content

Commit 5a36eec

Browse files
authored
Merge pull request #38 from atsuoishimoto/fix-action-error-checkoutv2
Temporary use actions/checkout@v1 to avoid checkout error
2 parents 8ecaa6b + 1808acd commit 5a36eec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,9 @@ jobs:
7979
run:
8080
echo "CURRENT_BRANCH=$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV
8181
- name: Check out source branch (${{ env.CURRENT_BRANCH }})
82-
uses: actions/checkout@v2
82+
uses: actions/checkout@v1
8383
with:
8484
path: ${{ env.CURRENT_BRANCH }}
85-
persist-credentials: false
8685
- name: Check out target branch (${{ matrix.branch }})
8786
uses: actions/checkout@v2
8887
with:

0 commit comments

Comments
 (0)