[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
tags:
- '**'
workflow_dispatch:
jobs:
build:
@ -15,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
fetch-depth: 100
- name: Setup Environment
shell: bash
run: |