diff --git a/README.md b/README.md index 9d3ce76..b7cd266 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Classic Discord Webhook +# Discord Commit Webhook -[![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) +[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Discord%20Commit%20Webhook-2088FF?style=flat-square&logo=github-actions&logoColor=white)](https://github.com/marketplace/actions/discord-commit-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](docs/classic_discord_webhook.png) +![Discord Commit Webhook](docs/classic_discord_webhook.png) > A GitHub Action that sends a clean, structured Discord notification on every push — using Discord **Components v2**. -| Standard GitHub webhook | Classic Discord Webhook | +| Standard GitHub webhook | Discord Commit Webhook | | :---------------------: | :---------------------: | | ![Old webhook interface](docs/oldEmbed.png) | ![New webhook interface](docs/newEmbed.png) | diff --git a/action.yml b/action.yml index c22b4eb..fb64df2 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Send Discord message' +name: 'Discord Commit Webhook' description: 'Send a formatted Discord notification on every push — commit links, branch, author, and changelog using Discord Components v2.' branding: icon: git-commit diff --git a/docs/newEmbed.png b/docs/newEmbed.png index f736142..9741c1d 100644 Binary files a/docs/newEmbed.png and b/docs/newEmbed.png differ