fix(ci): fix YAML parse error in auto-update-sha multiline commit
This commit is contained in:
5
.github/workflows/auto-update-sha.yml
vendored
5
.github/workflows/auto-update-sha.yml
vendored
@@ -119,10 +119,7 @@ jobs:
|
||||
git config --local user.name "github-actions[bot]"
|
||||
|
||||
git add updates.xml
|
||||
git commit -m "chore: Update SHA-256 hash for release ${TAG}
|
||||
|
||||
Auto-generated by auto-update-sha workflow
|
||||
SHA-256: ${{ steps.sha.outputs.sha256 }}"
|
||||
git commit -m "chore: Update SHA-256 hash for release ${TAG} - SHA: ${{ steps.sha.outputs.sha256 }}"
|
||||
|
||||
git push origin main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user