Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a36eec

Browse files
authored
Merge pull request#38 from atsuoishimoto/fix-action-error-checkoutv2
Temporary use actions/checkout@v1 to avoid checkout error
2 parents8ecaa6b +1808acd commit5a36eec

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)

[8]ページ先頭

©2009-2025 Movatter.jp