Skip to content

Commit

Permalink
Fix syntax for push command
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 18, 2023
1 parent 8edf960 commit 06d63ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
- run: >-
git
-c credential.helper='!f() { sleep 1; echo "username=${{ secrets.GL_API_USER }}"; echo "password=${{ secrets.GL_API_TOKEN }}"; }; f'
push
-o ci.skip
push gitlab HEAD:build-branch
gitlab HEAD:build-branch

0 comments on commit 06d63ca

Please sign in to comment.