Skip to content

Commit

Permalink
Try to fix mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jan 24, 2025
1 parent 4aa2bb0 commit a30291a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
- name: Mirror
run: |
export GIT_SSH_COMMAND="ssh -v -i ~/.ssh/id_ed25519"
git remote add mirror [email protected]:oursky/authgear-server.git
git push --tags --force --prune mirror "refs/remotes/origin/*:refs/heads/*"
git push --mirror [email protected]:oursky/authgear-server.git
- name: Clean up
if: ${{ always() }}
run: |
rm -f ~/.ssh/id_ed25519
git remote remove mirror

0 comments on commit a30291a

Please sign in to comment.