v1.216.0 #260
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] | |
workflow_dispatch: | |
jobs: | |
sending: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Github Releases To Discord | |
uses: SethCohen/github-releases-to-discord@v1.13.1 | |
with: | |
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} | |
color: "5273134" | |
username: "Spanky the ElfBot" | |
avatar_url: "https://github.com/spanky-the-elfbot.png" | |
content: <@&1119634168314343505>, it's rollout time! Here's what's new... | |
footer_title: "If your particular apps are affected, you can expect them to restart briefly within the next hour" | |
footer_icon_url: "https://github.com/elfhosted.png" | |
footer_timestamp: true |