fix: resolve YAML syntax errors and harden CI workflow

This commit is contained in:
sck_0
2026-02-04 09:05:11 +01:00
parent 0da99cd2c9
commit ca2551fe2b
3 changed files with 170 additions and 97 deletions

View File

@@ -68,6 +68,9 @@ jobs:
# If no changes, exit successfully
git diff --quiet && exit 0
# Pull with rebase to integrate remote changes
git pull origin main --rebase || true
git add README.md skills_index.json data/catalog.json data/bundles.json data/aliases.json CATALOG.md || true
# If nothing to commit, exit successfully