mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Make it fail silently
This commit is contained in:
parent
8be26d97ac
commit
1ea903efeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-catalogs.yml
vendored
2
.github/workflows/update-catalogs.yml
vendored
|
@ -28,5 +28,5 @@ jobs:
|
|||
git config --global user.name "github-actions[bot]"
|
||||
git add src/data/catalogs.json
|
||||
git commit -m "Update catalogs.json"
|
||||
git push origin HEAD:l10n_main
|
||||
git push origin HEAD:l10n_main || true
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue