diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e428009..4c5b1767 100755 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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"