Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Send commits log to discord via webhook, with your lovely GitHub Actions!

License

Notifications You must be signed in to change notification settings

fateyan/action-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

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Notifier

A GitHub Action to post message to discord using discord webhook

This is a JavaScript action, so it should work on all machines include Windows, Linux, and macOS.

Quick Example

on:
  push:
    branches:
      - '**'

name: Discord Notification

jobs:
  notify:
    name: Discord Notification
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - uses: fateyan/action-discord-notifier@v1
        with:
          message-title: New Commits Pushed
          webhook: https://discordapp.com/api/webhooks/00000000000/secret

For more about workflow configuration, please see GitHub Help.

About Discord webhook, please see this article on Discord Help Centre.

Usage

Argument Required Description
webhook ✔️ A full webhook url. MUST NOT append /github at the end.
message-title Custom embed message title. Optional.

About

Send commits log to discord via webhook, with your lovely GitHub Actions!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published