Skip to content

Commit

Permalink
Changed format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcekay committed Oct 30, 2024
1 parent 36432d1 commit c63aa46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/flash_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,16 @@ jobs:
script: |
const comment = [
'## FLASH Analysis',
'### px4_fmu-v5x',
'<details>',
'<summary>Bloaty output</summary>',
'<summary>px4_fmu-v5x</summary>',
'',
'```',
`${{ needs.analyze_flash.outputs.px4_fmu-v5x }}`,
'```',
'</details>',
'',
'### px4_fmu-v6x',
'<details>',
'<summary>Bloaty output</summary>',
'<summary>px4_fmu-v6x</summary>',
'',
'```',
`${{ needs.analyze_flash.outputs.px4_fmu-v6x }}`,
Expand Down

0 comments on commit c63aa46

Please sign in to comment.