Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
docs: fix update output key names (#885)
Browse files Browse the repository at this point in the history
Apparently the only key having the `release_` prefix is the `created`
key, the rest should all be present without that prefix.

I've updated the output keys in the readme, removing the `release_`
prefix.

Signed-off-by: Luca Lanziani <[email protected]>
Co-authored-by: Jeff Ching <[email protected]>
  • Loading branch information
LucaLanziani and chingor13 committed Dec 1, 2023
1 parent b067e38 commit 27c87c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@ If you have a root component (path is `.` or unset), then the action will also o
| output | description |
| -------------------- | ---------------------------------------------------------------------------------------------------------- |
| `release_created` | `true` if the release was created, `false` otherwise |
| `release_upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
| `release_html_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
| `release_tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
| `release_major` | Number representing major semver value |
| `release_minor` | Number representing minor semver value |
| `release_patch` | Number representing patch semver value |
| `release_sha` | SHA that a GitHub release was tagged at |
| `upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
| `html_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
| `tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
| `major` | Number representing major semver value |
| `minor` | Number representing minor semver value |
| `patch` | Number representing patch semver value |
| `sha` | SHA that a GitHub release was tagged at |

### Path outputs

Expand Down

0 comments on commit 27c87c8

Please sign in to comment.