File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ branding:
33 icon : arrow-down-left
44 color : gray-dark
55description :
6- Given a list of values.yaml files, it will read specified expressions from the merged result to the `json` output
6+ Given a list of values.yaml files, it will read specified expressions from the merged result to $GITHUB_OUTPUT
77inputs :
88 working-directory :
99 description : Base directory for values files
@@ -14,10 +14,6 @@ inputs:
1414 output :
1515 description : Key-values list of variables to read, format is `key=.yq.expression`, each pair is on new line
1616 required : true
17- outputs :
18- json :
19- value : ${{ steps.extract.outputs }}
20- description : JSON object with desired variables
2117runs :
2218 using : docker
2319 image : ./Dockerfile
You can’t perform that action at this time.
0 commit comments