Skip to content

Commit

Permalink
release-json: indented JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 30, 2023
1 parent 1c7d1f0 commit 2a596c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
}
core.setOutput('releases', JSON.stringify(res));
await fs.writeFileSync('${{ inputs.filename }}', JSON.stringify(res));
await fs.writeFileSync('${{ inputs.filename }}', JSON.stringify(res, null, 2));
-
name: Check file
run: |
Expand Down

0 comments on commit 2a596c9

Please sign in to comment.