We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1991ec6 commit 97eeb97Copy full SHA for 97eeb97
.github/workflows/mirror.yml
@@ -12,8 +12,11 @@ jobs:
12
- uses: actions/checkout@v3
13
with:
14
fetch-depth: 0
15
+ - name: Fetch all branches
16
+ run: git fetch --all
17
- name: Push to GitLab
18
run: |
19
git remote add gitlab "https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.luminalab.ai/guillerme/video_processing.git"
20
git config http.sslVerify false
- git push --mirror gitlab
21
+ git push gitlab --all --force
22
+ git push gitlab --tags --force
0 commit comments