github-pages-deploy-action/action.yml

10 lines
282 B
YAML
Raw Normal View History

2019-11-08 06:46:04 +08:00
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:
2019-11-08 06:46:04 +08:00
using: 'node12'
main: 'lib/main.js'