From c47a96bbc6da99d0cf15b51f78e2179be72d3b6d Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 22 Mar 2026 12:47:41 +0200 Subject: [PATCH] chore: Update git add command to include all files and modify .gitignore to track errors_summary.txt --- .github/workflows/update-charts.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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