Skip to content

Commit b357baf

Browse files
authored
Update piwheels-arm32-verification.yml
Signed-off-by: 1minds3t <1minds3t@proton.me>
1 parent 85156df commit b357baf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/piwheels-arm32-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ EOF
184184
- name: Create verification summary
185185
if: steps.scrape.outputs.builds_found == 'true'
186186
run: |
187-
cat >> $GITHUB_STEP_SUMMARY << 'EOF'
187+
cat >> $GITHUB_STEP_SUMMARY << 'SUMMARY_EOF'
188188
## ✅ ARM32 Support Verified
189189
190190
**Version:** `${{ steps.version.outputs.version }}`
@@ -208,4 +208,4 @@ EOF
208208
---
209209
210210
This wheel is built and tested by [piwheels.org](https://www.piwheels.org/project/omnipkg/) on real Raspberry Pi hardware.
211-
EOF
211+
SUMMARY_EOF

0 commit comments

Comments
 (0)