update yml info (#16)

This commit is contained in:
Bryan MacFarlane 2019-09-10 23:28:52 -04:00 committed by GitHub
parent db8941782d
commit e6fdb6e99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
name: 'Node 12 Template Action'
description: 'Get started with Node actions'
author: 'GitHub'
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
inputs:
myInput:
description: 'Input to use'
default: 'world'
myInput: # change this
description: 'input description here'
default: 'default value if applicable'
runs:
using: 'node12'
main: 'lib/main.js'

View File

@ -1,8 +1,8 @@
{
"name": "node12-template-action",
"name": "javascript-template-action",
"version": "0.0.0",
"private": true,
"description": "Node 12 template action",
"description": "JavaScript template action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
@ -17,7 +17,7 @@
"node",
"setup"
],
"author": "GitHub",
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0"