feat: updated action.yml

This commit is contained in:
SethCohen
2022-08-24 00:55:06 -04:00
parent e384a39c62
commit e49c674890
+4
View File
@@ -1,4 +1,5 @@
name: Github Releases To Discord name: Github Releases To Discord
author: SethCohen
description: Send automatic styled releases to Discord. description: Send automatic styled releases to Discord.
inputs: inputs:
webhook_url: webhook_url:
@@ -19,3 +20,6 @@ inputs:
runs: runs:
using: 'node16' using: 'node16'
main: 'index.js' main: 'index.js'
branding:
icon: file-text
color: gray-dark