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