diff options
| author | yaling888 <[email protected]> | 2022-05-17 04:11:07 +0800 |
|---|---|---|
| committer | yaling888 <[email protected]> | 2022-05-17 04:11:07 +0800 |
| commit | ccd2eb721166f155fd614aedd92bc2fa287cb677 (patch) | |
| tree | 75c4b919038a5c5f1e9930261487f5846e5b42b3 /.github/workflows | |
| parent | 116f7fe71a4a85222fcb677c91be0db70891bc10 (diff) | |
fix: actions build
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/push.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index fb0ea56..3690f4d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -82,7 +82,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@noreply.github.com" git add . git commit -m "Push to gh-pages" - git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/pagek.git HEAD:$BRANCH + git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/${GITHUB_ACTOR}/pagek.git HEAD:$BRANCH echo "yacd.clash-plus.ml" > CNAME rm -rf .git/ git init @@ -90,7 +90,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@noreply.github.com" git add . git commit -m "Push to gh-pages" - git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/pagel.git HEAD:$BRANCH + git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/${GITHUB_ACTOR}/pagel.git HEAD:$BRANCH echo "yacd.clash-plus.ga" > CNAME rm -rf .git/ git init @@ -98,7 +98,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@noreply.github.com" git add . git commit -m "Push to gh-pages" - git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/pagea.git HEAD:$BRANCH + git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/${GITHUB_ACTOR}/pagea.git HEAD:$BRANCH echo "yacd.clash-plus.gq" > CNAME rm -rf .git/ git init @@ -106,4 +106,4 @@ jobs: git config user.email "${GITHUB_ACTOR}@noreply.github.com" git add . git commit -m "Push to gh-pages" - git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/pageq.git HEAD:$BRANCH + git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/${GITHUB_ACTOR}/pageq.git HEAD:$BRANCH |
