Skip to content

Commit f98a3d9

Browse files
committed
cleanup
1 parent 93e679a commit f98a3d9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branding:
33
icon: arrow-down-left
44
color: gray-dark
55
description:
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
77
inputs:
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
2117
runs:
2218
using: docker
2319
image: ./Dockerfile

0 commit comments

Comments
 (0)