We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db53a60 commit 0b5b5edCopy full SHA for 0b5b5ed
.github/workflows/gitlab-mirror.yml
@@ -10,12 +10,13 @@ jobs:
10
uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
13
- - name: Re-install old version of git # <-- temporary workaround for git version issue w/ v2.48.1
+ - name: Re-install old version of git # <-- temporary workaround for git version issue w/ v2.48.1 (installs git v2.43.0 on 24.04 LTS)
14
run: |
15
sudo apt-get update
16
sudo apt-get purge git
17
sudo apt-get autoremove
18
sudo apt-get install git
19
+ git for-each-ref
20
- name: Mirror to GitLab
21
uses: pixta-dev/repository-mirroring-action@v1
22
0 commit comments