Try different inputs format

This commit is contained in:
Annika Backstrom 2024-03-31 23:46:58 +01:00
parent 189fc3a448
commit 2b308df47b
1 changed files with 1 additions and 1 deletions

View File

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