CI: Increase Crowdin Sync Checkout Fetch Depth

This fixes an issue when more than 1 commit gets pushed.
This commit is contained in:
Vainock 2021-12-05 11:46:29 +01:00 committed by Matt Gajownik
parent 9f8a7f09ee
commit 904083a259
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: "Crowdin Sync: Import latest translations"
on: workflow_dispatch
jobs:
download:
crowdin-sync-download:
name: Import latest translations
runs-on: ubuntu-latest
env:

View File

@ -6,7 +6,7 @@ on:
paths:
- "**/en-US.ini"
jobs:
upload:
crowdin-sync-upload:
name: Upload English strings
runs-on: ubuntu-latest
env:
@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 2
fetch-depth: 100
- uses: actions/setup-node@v2
with:
node-version: 16