Adds skip check to crowdin commit messages (#1769)
skip-checks: true Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/1782/head
parent
0675ff8762
commit
aef6b70d8b
|
@ -19,6 +19,11 @@ jobs:
|
|||
with:
|
||||
upload_translations: true
|
||||
download_translations: true
|
||||
commit_message: |
|
||||
New Crowdin translations by Github Action
|
||||
|
||||
|
||||
skip-checks: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
|
|
Loading…
Reference in New Issue