ci: amend instead of commit for renovate upgrade
This commit is contained in:
parent
e495cc1293
commit
a6d2751ec3
4
.github/workflows/renovate-app-version.yml
vendored
4
.github/workflows/renovate-app-version.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Update app version in Renovate Branches
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'renovate/*' ]
|
||||
branches: ["renovate/*"]
|
||||
|
||||
jobs:
|
||||
update-app-version:
|
||||
|
|
@ -36,4 +36,4 @@ jobs:
|
|||
|
||||
- name: Commit & Push Changes
|
||||
run: |
|
||||
git add "apps/*/config.json" && git commit -m "Update app version" --no-verify && git push || true
|
||||
git add "apps/*/config.json" && git commit --amend --no-verify && git push || true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user