From 2e00539ed7b5896d0df0aef3cf6c0fb806b1e70f Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 23 Aug 2019 13:11:24 +0200 Subject: [PATCH] Dedent sequence items in YAML --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}