Skip to content

PingChunChung/actions-discord-notifier

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Discord Notifier sends message to Discord using webhook.

Usage

You can post status of Github Actions when completed to Discord.

  1. Create a webhook on your Discord server's settings.
  2. Add the webhook URL to secrets with the name of DISCORD_WEBHOOK_URL.
- uses: actions/checkout@v3
- name: Run Discord Notify action
  uses: PingChunChung/actions-discord-notifier
  with:
      webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}

You can use these inputs

  status:
    Job status. Should be bound to job.status.   
    Default to success.  
    The embed color will be green when status is success and otherwise is red.
  title:
    String included in embed title.

About

Send Github Actions result to discord via webhook

Resources

Stars

Watchers

Forks

Packages

No packages published