Skip to content

Commit

Permalink
docs: Fix typo in action outputs (#626)
Browse files Browse the repository at this point in the history
### 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>
  • Loading branch information
mowies and chingor13 authored Dec 8, 2022
1 parent a651f3c commit 7a173c3
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 @@ -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 |
Expand Down

0 comments on commit 7a173c3

Please sign in to comment.