From 5a210f2b53957795a23b02963ebae7a8f41ca0a3 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 20 Jun 2023 23:16:37 +0200 Subject: [PATCH] ci: use --no-edit when pushing renovate update --- .github/workflows/renovate-app-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 9bad2068..bfee919d 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -36,4 +36,4 @@ jobs: - name: Commit & Push Changes 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