Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading