Revert "github/git: remove fetch depth settings"

This reverts commit 66cd452e23.
This commit is contained in:
Aly Raffauf 2024-07-04 22:44:33 -04:00
parent 2e00833e2d
commit 50ca1782a6

View file

@ -12,6 +12,8 @@ jobs:
steps:
- name: check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "sync codeberg mirror"
uses: yesolutions/mirror-action@v0.7.0
with:
@ -23,6 +25,8 @@ jobs:
steps:
- name: check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "sync gitlab mirror"
uses: yesolutions/mirror-action@v0.7.0
with: