Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate helm notes #92

Open
wants to merge 3 commits into
base: 3.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating README to list the updated outputs.
  • Loading branch information
theturtle32 committed Nov 19, 2024
commit d4d742eb0bf176e5422715abc76c26760b00ebdf
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@ When this input is set to `"true"` it will swap out the `.kube/config` with the
* *Required*: `no`
* *Type*: `string`

## Output

This action has only one output and that's the `number` output. This is the number you see in the HTML URL of the
milestone and can be used to refer to in other actions when creating PR's as shown in the example below.
## Outputs

* `helm_output`
* The output of the helm command. Includes everything before the `NOTES:` line in the output of the `helm` command from both `STDOUT` and `STDERR`.
* `helm_notes`
* The rendered output of the NOTES.txt template from the helm chart. Includes everything after the `NOTES:` line in the output of the `helm` command from both `STDOUT` and `STDERR`.
* `number`
* This is the number you see in the HTML URL of the milestone, and can be used to refer to in other actions when creating PR's as shown in the example below.

## Examples

Expand Down
Loading