mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-13 03:19:39 -05:00
Update publish.yml
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -62,6 +62,7 @@ jobs:
|
||||
git config user.name ${user_name}
|
||||
git config user.email ${user_email}
|
||||
remote_addr=https://${user_name}:${{ secrets.GITHUB_TOKEN }}@${remote_addr}
|
||||
echo "-- remote addr: https://${user_name}:token@${remote_addr}"
|
||||
git remote add origin ${remote_addr}
|
||||
git add -A
|
||||
git commit -m "rebuild website ad $GITHUB_REF"
|
||||
|
||||
Reference in New Issue
Block a user