diff --git a/action.yml b/action.yml index db87733..f208c1f 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: using: "docker" image: "Dockerfile" args: - - "${{ inputs.args }}" -c "${{ inputs.config }}" + - "'${{ inputs.args }}' -c '${{ inputs.config }}'" branding: icon: "triangle" color: "orange"