mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 02:32:18 -03:00
rebase fix
This commit is contained in:
3
.github/workflows/charts-release.yaml
vendored
3
.github/workflows/charts-release.yaml
vendored
@@ -264,7 +264,8 @@ jobs:
|
||||
cd website
|
||||
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 pull --rebase origin main
|
||||
git add .
|
||||
git diff-index --quiet HEAD || git commit -m "Update website with latest charts and docs"
|
||||
git push origin main
|
||||
|
||||
Reference in New Issue
Block a user