Update action description
This commit is contained in:
10
action.yml
10
action.yml
@@ -1,10 +1,10 @@
|
||||
name: 'Node 12 Template Action'
|
||||
description: 'Get started with Node actions'
|
||||
author: 'GitHub'
|
||||
description: 'Creates github releases'
|
||||
author: 'Nick Cipollo'
|
||||
inputs:
|
||||
myInput:
|
||||
description: 'Input to use'
|
||||
default: 'world'
|
||||
token:
|
||||
description: 'Github Token'
|
||||
default: ''
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
|
||||
Reference in New Issue
Block a user