Skip to content

Commit

Permalink
toJSON not valid here
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Nov 5, 2024
1 parent 1f8f1a5 commit b3f2218
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', toJSON(this_job));
fs.writeFileSync('job_info.json', this_job);
} catch(err) {
console.error(err)
}

0 comments on commit b3f2218

Please sign in to comment.