fix(ci): fix YAML parse error in auto-update-sha multiline commit

This commit is contained in:
2026-04-07 13:24:00 -05:00
parent fb0b2bc293
commit ece6049859

View File

@@ -119,10 +119,7 @@ jobs:
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git add updates.xml git add updates.xml
git commit -m "chore: Update SHA-256 hash for release ${TAG} git commit -m "chore: Update SHA-256 hash for release ${TAG} - SHA: ${{ steps.sha.outputs.sha256 }}"
Auto-generated by auto-update-sha workflow
SHA-256: ${{ steps.sha.outputs.sha256 }}"
git push origin main git push origin main