Skip to content

Commit

Permalink
Quote contexts in action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Dec 24, 2021
1 parent 5bd7c0a commit a8bd75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ runs:
args=(${{ inputs.command }})
args+=(${{ inputs.subcommand }})
args+=(--github-context)
args+=(${encoded_github})
args+=("${encoded_github}")
args+=(--runner-context)
args+=(${encoded_runner})
args+=("${encoded_runner}")
args+=(${{ inputs.arguments }})
echo "::set-output name=provenance_args::${args[@]}"
Expand Down

0 comments on commit a8bd75c

Please sign in to comment.