Skip to content

Commit 02f5ad3

Browse files
committed
Updating README to list the updated outputs.
1 parent 390e20b commit 02f5ad3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ When this input is set to `"true"` it will swap out the `.kube/config` with the
3232
* *Required*: `no`
3333
* *Type*: `string`
3434

35-
## Output
36-
37-
This action has only one output and that's the `number` output. This is the number you see in the HTML URL of the
38-
milestone and can be used to refer to in other actions when creating PR's as shown in the example below.
35+
## Outputs
36+
37+
* `helm_output`
38+
* The output of the helm command. Includes everything before the `NOTES:` line in the output of the `helm` command from both `STDOUT` and `STDERR`.
39+
* `helm_notes`
40+
* 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`.
41+
* `number`
42+
* 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.
3943

4044
## Examples
4145

0 commit comments

Comments
 (0)