Update dev map so you can see the planks better #92
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: Discord Webhook | |
on: | |
push: | |
branches: | |
- '*' | |
jobs: | |
send: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send Notification | |
uses: Retr0-01/better-discord-notification@main | |
with: | |
webhook-url: ${{ secrets.CI_DISCORD_WEBHOOK_PUBLIC }} | |
embed-color: '10973799' | |
footer-icon: 'https://cdn.discordapp.com/attachments/1065470708773298237/1073333438884630619/Mocha.png' |