Adds skip check to crowdin commit messages (#1769)

skip-checks: true

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Omar López 2022-02-10 02:49:58 -07:00 committed by GitHub
parent 0675ff8762
commit aef6b70d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}