feat: add manual dispatch support for GitHub Actions to test Discord webhook integration with optional release inputs. resolves #52

This commit is contained in:
SethCohen
2026-04-03 12:42:38 -04:00
parent 80aca15d72
commit e15eb81a91
5 changed files with 224 additions and 25 deletions
+9
View File
@@ -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