mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
feat: add manual dispatch support for GitHub Actions to test Discord webhook integration with optional release inputs. resolves #52
This commit is contained in:
@@ -21,6 +21,15 @@ inputs:
|
||||
content:
|
||||
description: String content for webhook.
|
||||
required: false
|
||||
release_name:
|
||||
description: Optional release title used when manually triggering the workflow with workflow_dispatch.
|
||||
required: false
|
||||
release_body:
|
||||
description: Optional release body used when manually triggering the workflow with workflow_dispatch.
|
||||
required: false
|
||||
release_html_url:
|
||||
description: Optional release URL used when manually triggering the workflow with workflow_dispatch.
|
||||
required: false
|
||||
footer_title:
|
||||
description: Title for the footer.
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user