diff --git a/action.yml b/action.yml index c1406ab..e4f2802 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,6 @@ runs: using: docker image: Dockerfile args: - - ${{ inputs.user }} - - ${{ inputs.password }} - - ${{ inputs.repository_url }} + - ${{ inputs.user }} + - ${{ inputs.password }} + - ${{ inputs.repository_url }}