chore: Update git add command to include all files and modify .gitignore to track errors_summary.txt

This commit is contained in:
sha
2026-03-22 12:47:41 +02:00
parent b85b304962
commit c47a96bbc6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add --all -- ':!update_summary.txt'
git add -A
git commit -m "chore: Automated version update for Helm charts"
git pull --rebase origin main
git push
+1
View File
@@ -28,3 +28,4 @@ charts/*/tmpcharts/
tmp/
*.bak
update_summary.txt
errors_summary.txt