From a5d68c8aa94ac68a8e046b6ebedf4e6d2a2de853 Mon Sep 17 00:00:00 2001 From: orhun Date: Fri, 18 Jun 2021 03:33:18 +0300 Subject: [PATCH] fix(test): use the explicit format for docker arguments --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5450b4f..35f6a8e 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: using: "docker" image: "Dockerfile" args: - - -c ${{ inputs.config }} + - --config=${{ inputs.config }} - ${{ inputs.args }} branding: icon: "triangle"