Skip to content

Commit 1808acd

Browse files
committed
temporary use actions/checkout@v1 to avoid checkout error
1 parent 8ecaa6b commit 1808acd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 2 deletions
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)