We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85156df commit b357bafCopy full SHA for b357baf
1 file changed
.github/workflows/piwheels-arm32-verification.yml
@@ -184,7 +184,7 @@ EOF
184
- name: Create verification summary
185
if: steps.scrape.outputs.builds_found == 'true'
186
run: |
187
- cat >> $GITHUB_STEP_SUMMARY << 'EOF'
+ cat >> $GITHUB_STEP_SUMMARY << 'SUMMARY_EOF'
188
## ✅ ARM32 Support Verified
189
190
**Version:** `${{ steps.version.outputs.version }}`
@@ -208,4 +208,4 @@ EOF
208
---
209
210
This wheel is built and tested by [piwheels.org](https://www.piwheels.org/project/omnipkg/) on real Raspberry Pi hardware.
211
- EOF
+ SUMMARY_EOF
0 commit comments