1
0
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:
Moritz Wiesinger
2022-12-08 17:43:33 +01:00
committed by GitHub
parent a651f3c5e8
commit 7a173c3827

View File

@@ -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 |