Update action metadata
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: 'Release'
|
name: 'Create Release'
|
||||||
description: 'Creates github releases'
|
description: 'Creates github releases'
|
||||||
author: 'Nick Cipollo'
|
author: 'Nick Cipollo'
|
||||||
inputs:
|
inputs:
|
||||||
@@ -33,3 +33,7 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/Main.js'
|
main: 'lib/Main.js'
|
||||||
|
branding:
|
||||||
|
icon: 'tag'
|
||||||
|
color: 'gray-dark'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user