Skip to content

Logo Update Part 1

Logo Update Part 1 #32

Workflow file for this run

name: Discord Notif
on:
push:
branches: [ main ] # Replace main with your branch name.
jobs:
Notify:
runs-on: ubuntu-latest
name: Send Notification
steps:
- name: Send Notification
uses: charpurrr/supermariosolarengine@main
with:
webhook-url: ${{ secrets.WEBHOOK_LINK }}
embed-color: '16037068'
footer-icon: 'https://cdn.discordapp.com/emojis/1251920499639062698.png'
ignore-hidden: 'true'