Metadata update

This commit is contained in:
Tim Ruffles
2019-12-20 12:28:05 +00:00
parent 52fde88320
commit 552403eec3

View File

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