mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
Add custom url (#44)
* add custom_html_url parameter * Update action.yml * Update README.md * Update test.yml * fix: fixed embedMsg url property --------- Co-authored-by: SethCohen <47002293+SethCohen@users.noreply.github.com>
This commit is contained in:
co-authored by
SethCohen
parent
74ded4247d
commit
9fe781fdc7
+4
-1
@@ -15,6 +15,9 @@ inputs:
|
||||
avatar_url:
|
||||
description: String url to webhook avatar picture.
|
||||
required: false
|
||||
custom_html_url:
|
||||
description: If filled, replaces github's release url with your custom html url.
|
||||
required: false
|
||||
content:
|
||||
description: String content for webhook.
|
||||
required: false
|
||||
@@ -44,4 +47,4 @@ runs:
|
||||
main: 'index.js'
|
||||
branding:
|
||||
icon: file-text
|
||||
color: blue
|
||||
color: blue
|
||||
|
||||
Reference in New Issue
Block a user