chore: Add rebase step before pushing automated updates for Helm charts

This commit is contained in:
sha
2026-03-21 01:23:29 +02:00
parent dafbb9f6d1
commit 7c2e8345db
+1
View File
@@ -40,6 +40,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add . git add .
git commit -m "chore: Automated version update for Helm charts" git commit -m "chore: Automated version update for Helm charts"
git pull --rebase origin main
git push git push
- name: Send Signal Notification - name: Send Signal Notification