Browse Source

Specify fetch-depth during mirroring to gitlab.

pull/982/head
Rosie Le Faive 12 months ago committed by GitHub
parent
commit
76eb4717a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/gitlab-mirror.yml

2
.github/workflows/gitlab-mirror.yml

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:

Loading…
Cancel
Save