Skip to content

Commit

Permalink
makes json spacing 4
Browse files Browse the repository at this point in the history
  • Loading branch information
therealtimhawkins committed Sep 30, 2021
1 parent d6120f8 commit aff6fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ try {

fs.writeFileSync(
taskDefinitionPath,
JSON.stringify(taskDefinitionContents, null, "\t")
JSON.stringify(taskDefinitionContents, null, 4)
)
} catch (error) {
core.setFailed(error.message)
Expand Down

0 comments on commit aff6fee

Please sign in to comment.