summaryrefslogtreecommitdiff
path: root/.github/workflows/mirror.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mirror.yml')
-rw-r--r--.github/workflows/mirror.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
index e4ba71b..4ebd741 100644
--- a/.github/workflows/mirror.yml
+++ b/.github/workflows/mirror.yml
@@ -12,7 +12,7 @@ jobs:
run: |
git clone --mirror 'https://git.yellowsquid.uk/yellowsquid/chomp.git'
cd chomp.git/
- git remote add github "https://$GITHUB_ACTOR:@github.com/$GITHUB_REPOSITORY.git"
+ git remote add github "https://$GITHUB_ACTOR@github.com/$GITHUB_REPOSITORY.git"
git push --mirror github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}