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 }}"