summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoryaling888 <[email protected]>2022-05-17 04:11:07 +0800
committeryaling888 <[email protected]>2022-05-17 04:11:07 +0800
commitccd2eb721166f155fd614aedd92bc2fa287cb677 (patch)
tree75c4b919038a5c5f1e9930261487f5846e5b42b3 /.github
parent116f7fe71a4a85222fcb677c91be0db70891bc10 (diff)
fix: actions build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml8
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