mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-07 20:03:23 +00:00
feat: updated action.yml
This commit is contained in:
+5
-1
@@ -1,4 +1,5 @@
|
||||
name: Github Releases To Discord
|
||||
author: SethCohen
|
||||
description: Send automatic styled releases to Discord.
|
||||
inputs:
|
||||
webhook_url:
|
||||
@@ -18,4 +19,7 @@ inputs:
|
||||
default: 'https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'index.js'
|
||||
main: 'index.js'
|
||||
branding:
|
||||
icon: file-text
|
||||
color: gray-dark
|
||||
Reference in New Issue
Block a user