Skip to content

Commit 4d094b0

Browse files
authored
Merge pull request #4145 from nfs0619/103
modify translation workflow
2 parents 8a7df12 + c428ce7 commit 4d094b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
echo "❌ 缺少可写凭据"
423423
exit 1
424424
fi
425-
REMOTE_URL="https://${TOKEN}@github.com/${BASE_REPO}.git"
425+
REMOTE_URL="https://x-access-token:${TOKEN}@github.com/${BASE_REPO}.git"
426426
427427
git config --global init.defaultBranch main
428428
git clone --depth=1 "$REMOTE_URL" "$WORKDIR/repo"

0 commit comments

Comments
 (0)