Skip to content

Commit

Permalink
Add missing nl
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Sep 6, 2024
1 parent 2fc9f35 commit fd9a2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compass-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ jobs:
# if build-image was successful
if [ "${{ needs.build-image.result }}" == "success" ]; then
echo '## Image'
echo '```json'
printf '\n```json\n'
echo '${{ needs.build-image.outputs.images }}' | jq
echo '```'
printf '\n```\n'
fi
} >> $GITHUB_STEP_SUMMARY

0 comments on commit fd9a2eb

Please sign in to comment.