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