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