diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index 6af714a..5de9add 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -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 diff --git a/.gitignore b/.gitignore index 0e6495d..6d82dfc 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ charts/*/tmpcharts/ tmp/ *.bak update_summary.txt +errors_summary.txt