discord-send-embed is a github composite action to send embed messages using discord channels webhook URL.
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"Please if you are missing some cool feature that I did't implemented, please feel free to open an Issue or a Pull Request =]