Skip to content

Commit

Permalink
Merge pull request github#24531 from matthieuprat/patch-1
Browse files Browse the repository at this point in the history
Fix example for the `toJSON` function
  • Loading branch information
cmwilson21 authored Mar 27, 2023
2 parents e7b33f1 + 0950e63 commit 854a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/actions/learn-github-actions/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Returns a pretty-print JSON representation of `value`. You can use this function

#### Example of `toJSON`

`toJSON(job)` might return `{ "status": "Success" }`
`toJSON(job)` might return `{ "status": "success" }`

### fromJSON

Expand Down

0 comments on commit 854a21c

Please sign in to comment.