blob: c0575e9bc59204dbdfd31204c53e968981e8b79d [file] [log] [blame]
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'