diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 86ee7f7..84455d5 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -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