summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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