don't exit 1 on push for renovate

This commit is contained in:
kjeld Schouten-Lebbing 2021-02-09 15:24:49 +01:00
parent 4bb71d40ea
commit 9d30ef30a9
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 2 additions and 2 deletions

View File

@ -45,5 +45,5 @@ jobs:
- name: Commit and push updated charts
run: |
git add --all
git commit --all -m "Update-Folder-Names-and-Dependencies"
git push
git commit --all -m "Update-Folder-Names-and-Dependencies" || exit 0
git push || exit 0