Adds skip check to crowdin commit messages (#1769)
skip-checks: true Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
parent
0675ff8762
commit
aef6b70d8b
1 changed files with 5 additions and 0 deletions
5
.github/workflows/crowdin.yml
vendored
5
.github/workflows/crowdin.yml
vendored
|
@ -19,6 +19,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_translations: true
|
upload_translations: true
|
||||||
download_translations: true
|
download_translations: true
|
||||||
|
commit_message: |
|
||||||
|
New Crowdin translations by Github Action
|
||||||
|
|
||||||
|
|
||||||
|
skip-checks: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||||
|
|
Loading…
Reference in a new issue