feat: updated action.yml

This commit is contained in:
SethCohen
2022-08-24 00:55:06 -04:00
parent e384a39c62
commit e49c674890
+5 -1
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:
@@ -18,4 +19,7 @@ inputs:
default: 'https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png' default: 'https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png'
runs: runs:
using: 'node16' using: 'node16'
main: 'index.js' main: 'index.js'
branding:
icon: file-text
color: gray-dark