mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
chore: Update git add command to include all files and modify .gitignore to track errors_summary.txt
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -28,3 +28,4 @@ charts/*/tmpcharts/
|
||||
tmp/
|
||||
*.bak
|
||||
update_summary.txt
|
||||
errors_summary.txt
|
||||
|
||||
Reference in New Issue
Block a user