From 3c02e5f4193fe5a8ccb11b38c00eb250201d18bd Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Wed, 30 Oct 2019 10:38:56 +0000 Subject: [PATCH] Put args on same line as optional Quoting of each line means blank args breaks --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3b00d14..67b57b2 100644 --- a/action.yml +++ b/action.yml @@ -30,5 +30,4 @@ runs: - ${{ inputs.policy }} - --namespace - ${{ inputs.namespace }} - - ${{ inputs.args }} - - ${{ inputs.files }} + - ${{ inputs.args }} ${{ inputs.files }}