Skip to content

Commit 2e00539

Browse files
authored
Dedent sequence items in YAML
1 parent f36788e commit 2e00539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ runs:
1919
using: docker
2020
image: Dockerfile
2121
args:
22-
- ${{ inputs.user }}
23-
- ${{ inputs.password }}
24-
- ${{ inputs.repository_url }}
22+
- ${{ inputs.user }}
23+
- ${{ inputs.password }}
24+
- ${{ inputs.repository_url }}

0 commit comments

Comments
 (0)