We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d7d8d commit dd32217Copy full SHA for dd32217
action.yml
@@ -1,9 +1,9 @@
1
name: Read Helm Values
2
+branding:
3
+ icon: arrow-down-left
4
+ color: gray-dark
5
description:
- Given list of values.yaml files, it will read specified variables from the merged result.
-
- Because of dynamic nature of output variables, they are written to $GITHUB_OUTPUT.
6
- So no output is defined in this action
+ Given a list of values.yaml files, it will read specified expressions from the merged result to $GITHUB_OUTPUT
7
inputs:
8
working-directory:
9
description: Base directory for values files
0 commit comments