ci: ignore git commit error
This commit is contained in:
parent
fbaebc020f
commit
ed5adc21c2
2
.github/workflows/auto_lang.yml
vendored
2
.github/workflows/auto_lang.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git config --local user.email "i@nn.ci"
|
git config --local user.email "i@nn.ci"
|
||||||
git config --local user.name "Noah Hsu"
|
git config --local user.name "Noah Hsu"
|
||||||
git commit -m "chore: auto update i18n file" -a
|
git commit -m "chore: auto update i18n file" -a 2>/dev/null || :
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Push lang files
|
- name: Push lang files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user