From 5b5fc35b0ded2b1e01ba1878b722585cc40a93e6 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Mon, 18 Jan 2021 17:05:43 +0000 Subject: (Attempt to) fix bug in mirror action. --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 }} -- cgit v1.2.3