Try array of args

This commit is contained in:
Annika Backstrom 2024-04-01 00:17:12 +01:00
parent 6d86771884
commit 14b795278e

View File

@ -12,4 +12,5 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.user }} ${{ inputs.password }}
- ${{ inputs.user }}
- ${{ inputs.password }}