You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,14 @@ When this input is set to `"true"` it will swap out the `.kube/config` with the
32
32
**Required*: `no`
33
33
**Type*: `string`
34
34
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.
0 commit comments