marocchino-sticky-pull-requ.../action.yml
2019-11-21 08:05:13 +09:00

10 lines
283 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: 'lib/main.js'