diff --git a/action.yml b/action.yml index 7db4d81..db87733 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"