ci: ignore git commit error

pull/1628/head
Noah Hsu 2022-09-08 20:04:19 +08:00
parent fbaebc020f
commit ed5adc21c2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
git add .
git config --local user.email "i@nn.ci"
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 ..
- name: Push lang files