From 7c2e8345db24b76f60f4404507535466c126a9c5 Mon Sep 17 00:00:00 2001 From: sHa Date: Sat, 21 Mar 2026 01:23:29 +0200 Subject: [PATCH] chore: Add rebase step before pushing automated updates for Helm charts --- .github/workflows/update-charts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index 504ff46..953a646 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -40,6 +40,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git add . git commit -m "chore: Automated version update for Helm charts" + git pull --rebase origin main git push - name: Send Signal Notification