Skip to content

Commit

Permalink
stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Nov 5, 2024
1 parent b3f2218 commit 55d9e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry-impls/_github-actions-job-info/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
}
core.setOutput("job_info_json", this_job);
try {
fs.writeFileSync('job_info.json', this_job);
fs.writeFileSync('job_info.json', JSON.stringify(this_job));
} catch(err) {
console.error(err)
}

0 comments on commit 55d9e53

Please sign in to comment.