diff --git a/README.md b/README.md index 02c276a..9d3ce76 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ [![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Classic%20Discord%20Webhook-2088FF?style=flat-square&logo=github-actions&logoColor=white)](https://github.com/marketplace/actions/classic-discord-webhook) [![GitHub Sponsors](https://img.shields.io/badge/Sponsor-%23EA54AE?style=flat-square&logo=github-sponsors&logoColor=white)](https://github.com/sponsors/thomasbnt) [![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square)](./LICENSE) -![Classic Discord Webhook — light](docs/classic_discord_webhook.png#gh-light-mode-only) -![Classic Discord Webhook — dark](docs/classic_discord_webhook-dark.png#gh-dark-mode-only) +![Classic Discord Webhook](docs/classic_discord_webhook.png) > A GitHub Action that sends a clean, structured Discord notification on every push — using Discord **Components v2**. diff --git a/action.yml b/action.yml index bde4b48..c22b4eb 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Classic Discord Webhook' +name: 'Send Discord message' description: 'Send a formatted Discord notification on every push — commit links, branch, author, and changelog using Discord Components v2.' branding: icon: git-commit