stash
This commit is contained in:
@@ -253,7 +253,9 @@ jobs:
|
|||||||
git config user.name "TrueForge-Bot"
|
git config user.name "TrueForge-Bot"
|
||||||
git config user.email "bot@trueforge.org"
|
git config user.email "bot@trueforge.org"
|
||||||
# Ensure we rebase in case there are changes from other sources in-between
|
# 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 pull --rebase origin main
|
||||||
|
git stash pop
|
||||||
git add .
|
git add .
|
||||||
git diff-index --quiet HEAD || git commit -m "Update website with latest charts and docs"
|
git diff-index --quiet HEAD || git commit -m "Update website with latest charts and docs"
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|||||||
Reference in New Issue
Block a user