mirror of https://github.com/Xhofe/alist
ci: ignore git commit error
parent
fbaebc020f
commit
ed5adc21c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue