[ci] Increase fetch depth for git-repo-sync

This commit is contained in:
Andreas Dangel
2021-04-24 16:15:09 +02:00
parent 16311c65ee
commit 4b4af8c12f

View File

@ -7,6 +7,7 @@ on:
- master - master
tags: tags:
- '**' - '**'
workflow_dispatch:
jobs: jobs:
build: build:
@ -15,7 +16,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 2 fetch-depth: 100
- name: Setup Environment - name: Setup Environment
shell: bash shell: bash
run: | run: |