From 12568a6a3aeb8f1bc90e993d8b92c774ac51e09b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 9 Oct 2025 16:31:13 +0200 Subject: [PATCH] stash --- .github/workflows/charts-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index a4def89eba5..4b5d532bb17 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -253,7 +253,9 @@ jobs: git config user.name "TrueForge-Bot" git config user.email "bot@trueforge.org" # Ensure we rebase in case there are changes from other sources in-between + git stash push --include-untracked -m "autogenerated TrueCharts changes" git pull --rebase origin main + git stash pop git add . git diff-index --quiet HEAD || git commit -m "Update website with latest charts and docs" git push origin main