feat: actual logic

This commit is contained in:
marocchino 2019-11-21 09:49:05 +09:00
parent 29d48cbb29
commit cb9470fc12
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
9 changed files with 108 additions and 147 deletions

View file

@ -1,10 +1,11 @@
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
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'
message:
description: "comment message"
GITHUB_TOKEN:
description: "set secrets.GITHUB_TOKEN here"
runs:
using: 'node12'
main: 'lib/main.js'
using: "node12"
main: "lib/main.js"