mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 02:27:48 +02:00
docs: Fix typo in action outputs (#626)
### This PR - fixes a typo in the action outputs in README.md - the code [here](https://github.com/google-github-actions/release-please-action/blob/main/index.js#L214) shows that the output variable is actually called `releases_created` instead of `release_created` Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com> Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
@@ -136,7 +136,7 @@ Release Please automates releases for the following flavors of repositories:
|
||||
|
||||
| output | description |
|
||||
|:---:|---|
|
||||
| `release_created` | `true` if the release was created, `false` otherwise |
|
||||
| `releases_created` | `true` if the release was created, `false` otherwise |
|
||||
| `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 |
|
||||
|
||||
Reference in New Issue
Block a user