Skip to content

vitorvmrs/discord-send-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

discord-send-embed

discord-send-embed is a github composite action to send embed messages using discord channels webhook URL.

Usage

steps:
  - name: Discord Message on Success
    uses: vitorvmrs/discord-send-embed@9351e64705943a3a72decd50df587acc8bc89e1c
    with:
      webhook-url: "<YOUR_DISCORD_CHANNEL_WEBHOOK_URL_HERE>"
      title: "Cool title"
      url: "https://shouldideploy.today/"
      description: "Lorem ipsum dolor sit amet"
      color: 65280
      footer-text: "Cool footer text"

Missing some feature?

Please if you are missing some cool feature that I did't implemented, please feel free to open an Issue or a Pull Request =]

About

Github composite action to send embed messages using discord channels webhook URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors