Files
typescript-action/action.yml
Ross Brodbeck 9cdc5b327a Update typescript template to follow some conventions (#42)
* Update default project to follow conventions
2019-12-06 14:22:35 -05:00

11 lines
285 B
YAML

name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
inputs:
myInput: # change this
description: 'input description here'
default: 'default value if applicable'
runs:
using: 'node12'
main: 'dist/index.js'