Dedent sequence items in YAML

This commit is contained in:
Sviatoslav Sydorenko 2019-08-23 13:11:24 +02:00 committed by GitHub
parent f36788ee44
commit 2e00539ed7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,6 @@ runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.user }}
- ${{ inputs.password }}
- ${{ inputs.repository_url }}
- ${{ inputs.user }}
- ${{ inputs.password }}
- ${{ inputs.repository_url }}