From 2b308df47b4e830ac0e99a28fa8e806b61fcf794 Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Sun, 31 Mar 2024 23:46:58 +0100 Subject: [PATCH] Try different inputs format --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 18f4c64..e704832 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ runs: using: 'docker' image: 'Dockerfile' args: - - "${{ inputs.user }}" "${{ inputs.password }}" + - ${{ inputs.user }} ${{ inputs.password }}