Files
humans.txt/actions.yml
2019-12-19 15:42:02 +00:00

12 lines
317 B
YAML

name: 'GitHub Actions humans.txt'
description: 'List out the humans who help feed and tend the robots of GitHub Actions'
inputs:
format:
description: 'How to output the people of actions - txt, json or ascii'
default: 'ascii'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.format }}