Skip to content

Commit 0b5b5ed

Browse files
committed
fix: Added list of refs
1 parent db53a60 commit 0b5b5ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- name: Re-install old version of git # <-- temporary workaround for git version issue w/ v2.48.1
13+
- 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)
1414
run: |
1515
sudo apt-get update
1616
sudo apt-get purge git
1717
sudo apt-get autoremove
1818
sudo apt-get install git
19+
git for-each-ref
1920
- name: Mirror to GitLab
2021
uses: pixta-dev/repository-mirroring-action@v1
2122
with:

0 commit comments

Comments
 (0)