Skip to content

Commit

Permalink
Fix push spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 18, 2023
1 parent 915f27b commit 85fd2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- run: >-
git
-c credential.helper='!f() { sleep 1; echo "username=${{ secrets.GL_API_USER }}"; echo "password=${{ secrets.GL_API_TOKEN }}"; }; f'
push gitlab build-branch
push gitlab HEAD:build-branch

0 comments on commit 85fd2ba

Please sign in to comment.