Dedent sequence items in YAML
This commit is contained in:
parent
f36788ee44
commit
2e00539ed7
|
@ -19,6 +19,6 @@ runs:
|
|||
using: docker
|
||||
image: Dockerfile
|
||||
args:
|
||||
- ${{ inputs.user }}
|
||||
- ${{ inputs.password }}
|
||||
- ${{ inputs.repository_url }}
|
||||
- ${{ inputs.user }}
|
||||
- ${{ inputs.password }}
|
||||
- ${{ inputs.repository_url }}
|
||||
|
|
Loading…
Reference in New Issue