Files
typescript-action/action.yml
Chris Sidi 36eb9d8703 Make action.yml consistent with starter code (#36)
Starter code accesses `milliseconds`, not `myInput`.
2020-07-17 08:57:44 -04:00

11 lines
287 B
YAML

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