2019-12-19 14:53:51 +00:00
|
|
|
name: 'GitHub Actions humans.txt'
|
|
|
|
|
description: 'List out the humans who help feed and tend the robots of GitHub Actions'
|
|
|
|
|
inputs:
|
|
|
|
|
format:
|
2019-12-20 12:31:00 +00:00
|
|
|
description: 'How to output the people of actions - txt, json, html or ascii'
|
2019-12-19 14:53:51 +00:00
|
|
|
default: 'ascii'
|
2019-12-20 12:28:05 +00:00
|
|
|
output:
|
|
|
|
|
description: 'Where to output the file - stdout otherwise'
|
2019-12-19 14:53:51 +00:00
|
|
|
runs:
|
|
|
|
|
using: 'docker'
|
|
|
|
|
image: 'Dockerfile'
|
|
|
|
|
args:
|
2019-12-20 12:48:09 +00:00
|
|
|
- "${{ inputs.format }}"
|
|
|
|
|
- "${{ inputs.output }}"
|