From 69984296f5c35f748de1375e226ff2a384c7d7a1 Mon Sep 17 00:00:00 2001 From: orhun Date: Fri, 18 Jun 2021 03:12:50 +0300 Subject: [PATCH] fix(test): update the use of positional arguments --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b905b2f..3686223 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: using: "docker" image: "Dockerfile" args: - - "-c ${{ inputs.config }} ${{ inputs.args }}" + - "${{ inputs.args }} -c ${{ inputs.config }}" branding: icon: "triangle" color: "orange"