1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-11 03:04:40 +02:00

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.
This commit is contained in:
lifehackerhansol
2025-04-20 00:31:20 -07:00
parent d3a577ddaa
commit a774ae7fb1

View File

@@ -42,6 +42,7 @@ jobs:
run: npm run docs:build
- name: Commit changes
continue-on-error: true
run: |
git config user.name 'Faris NyanNyan'
git config user.email 'nnfaris@flashcarts.net'