Skip to content

Commit

Permalink
beautify json
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Sep 13, 2024
1 parent 2cc8ee6 commit d74373e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_metapackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
core.summary
.addSeparator()
.addHeading(`Pinned versions for ${branch}`, '1')
.addCodeBlock(JSON.stringify(all), 'json')
.addCodeBlock(JSON.stringify(all,null,4), 'json')
.write()
core.info(`Mandatory list for ${branch}`);
core.info("========================");
Expand Down

0 comments on commit d74373e

Please sign in to comment.