From ccd2eb721166f155fd614aedd92bc2fa287cb677 Mon Sep 17 00:00:00 2001 From: yaling888 <73897884+yaling888@users.noreply.github.com> Date: Tue, 17 May 2022 04:11:07 +0800 Subject: fix: actions build --- .github/workflows/push.yml | 8 ++++---- 1 file 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 -- cgit v1.3.1