diff --git a/action.yml b/action.yml index 56f75c7..0ddfb5a 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,4 @@ runs: using: "docker" image: "Dockerfile" args: - - ${{ inputs.command }} - - ${{ inputs.args }} + - ${{ inputs.command }} ${{ inputs.args }}