From b092f304363200a5a4e25a471b143b125c4f745c Mon Sep 17 00:00:00 2001 From: Tim Ruffles Date: Fri, 20 Dec 2019 12:48:09 +0000 Subject: [PATCH] rename --- actions.yml => action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename actions.yml => action.yml (87%) diff --git a/actions.yml b/action.yml similarity index 87% rename from actions.yml rename to action.yml index 40403da..1711ef7 100644 --- a/actions.yml +++ b/action.yml @@ -10,5 +10,5 @@ runs: using: 'docker' image: 'Dockerfile' args: - - ${{ inputs.format }} - - ${{ inputs.output }} + - "${{ inputs.format }}" + - "${{ inputs.output }}"