fix: or true

This commit is contained in:
Jason Song 2023-04-21 18:45:37 +08:00
parent 9e253d0d94
commit 3732a2e371
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
git config --global user.email "teabot@gitea.io"
git config --global user.name "GiteaBot"
git add --all
test -z "$(git status --porcelain)" && exit 0
(test -z "$(git status --porcelain)" && exit 0) || true
git commit -m "[skip ci] Updated Version via cron"
#git push origin main