Skip to content

Commit a774ae7

Browse files
workflow: allow Crowdin downloads to fail to commit
This happens when there are no changes to commit. This happens fairly often, as we may not have new translations. Git seems to think this warrants a non-zero exit code. That is as may be, but it is completely harmless to us, so ignore it.
1 parent d3a577d commit a774ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/crowdin-commit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: npm run docs:build
4343

4444
- name: Commit changes
45+
continue-on-error: true
4546
run: |
4647
git config user.name 'Faris NyanNyan'
4748
git config user.email '[email protected]'

0 commit comments

Comments
 (0)