typescript-action/action.yml

11 lines
287 B
YAML
Raw Normal View History

2019-09-11 03:28:52 +00:00
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
2019-08-22 02:30:36 +00:00
inputs:
milliseconds: # change this
2019-09-11 03:28:52 +00:00
description: 'input description here'
default: 'default value if applicable'
2019-07-22 18:15:40 +00:00
runs:
using: 'node12'
main: 'dist/index.js'