Skip to content

Commit

Permalink
Merge pull request #22 from KevinRohn/docs-fixes
Browse files Browse the repository at this point in the history
fix: correct output reference for author_json in README
  • Loading branch information
KevinRohn authored Feb 21, 2025
2 parents 13e6c4f + 69b5f68 commit 5412e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The action supports the following inputs:
| `created_at` | Shows the release creation date |
| `published_at` | Shows the published date of the release |
| `assets_array_json` | The `assets_array_json` output from release. It's a multiline output, which is packed in a JSON object. <br/> The output can be used with the `fromJSON` function `(steps.<id>.outputs.assets_array_json)`. |
| `author_json` | The `author_json` output from release. It's a multiline output, which is packed in a JSON object. <br/> The output can be used with the `fromJSON` function `(steps.<id>.outputs.assets_array_json)`. |
| `author_json` | The `author_json` output from release. It's a multiline output, which is packed in a JSON object. <br/> The output can be used with the `fromJSON` function `(steps.<id>.outputs.author_json)`. |

## Support

Expand Down

0 comments on commit 5412e32

Please sign in to comment.