mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 19:43:12 +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: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
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 --all -- ':!update_summary.txt'
|
git add -A
|
||||||
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 pull --rebase origin main
|
||||||
git push
|
git push
|
||||||
|
|||||||
@@ -28,3 +28,4 @@ charts/*/tmpcharts/
|
|||||||
tmp/
|
tmp/
|
||||||
*.bak
|
*.bak
|
||||||
update_summary.txt
|
update_summary.txt
|
||||||
|
errors_summary.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user