Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Apr 10, 2023
1 parent 9cd72b8 commit a59a962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
set +o pipefail
#Build --set string of values
for value in ${{inputs.values[@]}}
for value in "${{inputs.values}}"
do
echo "$value"
export VALUES+="--set $value "
Expand Down

0 comments on commit a59a962

Please sign in to comment.