Skip to content

Commit a413a6f

Browse files
committed
Fix YAML syntax error in build-all-platforms.yml
Fixed multi-line commit message formatting that was causing workflow validation to fail on line 142. Removed incorrect indentation in the commit message block.
1 parent 1b0731f commit a413a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-all-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
Built libraries for platforms: ${{ github.event.inputs.platforms }}
141141

142142
Generated with [GitHub Actions](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
143-
143+
144144
Co-Authored-By: GitHub Actions <noreply@github.com>"
145145
git push origin ${{ github.ref_name }}
146146
fi

0 commit comments

Comments
 (0)