CI: Increase Crowdin Sync Checkout Fetch Depth
This fixes an issue when more than 1 commit gets pushed.
This commit is contained in:
parent
9f8a7f09ee
commit
904083a259
2
.github/workflows/crowdin-sync-download.yml
vendored
2
.github/workflows/crowdin-sync-download.yml
vendored
@ -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:
|
||||
|
4
.github/workflows/crowdin-sync-upload.yml
vendored
4
.github/workflows/crowdin-sync-upload.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user