v1.6.0 #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: notify discord | ||
on: | ||
release: | ||
types: [published] | ||
jobs: | ||
sending: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Discord notification | ||
uses: LeGitHubDeTai/github-to-discord@main | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }} | ||
DISCORD_USERNAME: Tai Studio | ||
DISCORD_AVATAR: https://raw.githubusercontent.com/LeGitHubDeTai/github-to-discord/main/icon.png | ||
MESSAGE_TITLE: New treats, y'all! | ||
MESSAGE_DESCRIPTION: Github Action By Tai Studio | ||
MESSAGE_URL: https://elfhosted.com | ||
MESSAGE_COLOR: 5814783 | ||
CONTENT: Hello, I am content | ||
MESSAGE_TITLE: "New Version" | ||
Check failure on line 22 in .github/workflows/notify-release-to-discord.yaml GitHub Actions / notify discordInvalid workflow file
|
||
MESSAGE_DESCRIPTION: "This is a new message, blah blah " | ||
MESSAGE_URL: 'https://github.com/LeGitHubDeTai/github-to-discord' | ||
SECTION_NAME: "ChangeLog" | ||
AUTHOR_NAME: "Spanky the ElfBot" | ||
AUTHOR_URL: "https://elfhosted.com/app/elfbot/" | ||
AUTHOR_AVATAR: "https://tai-studio.ml/img/icons/Tai_Studio_discord.png" | ||
FOOTER_TEXT: "- Tai Studio © 2021 -" | ||
FOOTER_URL: "https://tai-studio.ml/img/icons/Tai_Studio_discord.png" | ||
IMAGE: null; |