ci: use --no-edit when pushing renovate update
This commit is contained in:
parent
7d68823f3e
commit
5a210f2b53
2
.github/workflows/renovate-app-version.yml
vendored
2
.github/workflows/renovate-app-version.yml
vendored
|
@ -36,4 +36,4 @@ jobs:
|
||||||
|
|
||||||
- name: Commit & Push Changes
|
- name: Commit & Push Changes
|
||||||
run: |
|
run: |
|
||||||
git add "apps/*/config.json" && git commit --amend --no-verify && git push || true
|
git add "apps/*/config.json" && git commit --amend --no-edit --no-verify && git push --force-with-lease || true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user