From 552403eec31fdbebb76d3fab8fdb549269dccc3a Mon Sep 17 00:00:00 2001 From: Tim Ruffles Date: Fri, 20 Dec 2019 12:28:05 +0000 Subject: [PATCH] Metadata update --- actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/actions.yml b/actions.yml index 229990a..682dd90 100644 --- a/actions.yml +++ b/actions.yml @@ -4,8 +4,11 @@ inputs: format: description: 'How to output the people of actions - txt, json or ascii' default: 'ascii' + output: + description: 'Where to output the file - stdout otherwise' runs: using: 'docker' image: 'Dockerfile' args: - ${{ inputs.format }} + - ${{ inputs.output }}