mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
Revert "github/git: remove fetch depth settings"
This reverts commit 66cd452e23
.
This commit is contained in:
parent
2e00833e2d
commit
50ca1782a6
4
.github/workflows/git-sync-mirrors.yml
vendored
4
.github/workflows/git-sync-mirrors.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: check out repository
|
- name: check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: "sync codeberg mirror"
|
- name: "sync codeberg mirror"
|
||||||
uses: yesolutions/mirror-action@v0.7.0
|
uses: yesolutions/mirror-action@v0.7.0
|
||||||
with:
|
with:
|
||||||
|
@ -23,6 +25,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: check out repository
|
- name: check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: "sync gitlab mirror"
|
- name: "sync gitlab mirror"
|
||||||
uses: yesolutions/mirror-action@v0.7.0
|
uses: yesolutions/mirror-action@v0.7.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue