mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 07:20:23 +08:00
don't exit 1 on push for renovate
This commit is contained in:
4
.github/workflows/charts-renovate.yaml
vendored
4
.github/workflows/charts-renovate.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user