Skip to content

Update discord.yml

Update discord.yml #16

Workflow file for this run

name: Send JSON to Discord
on:
push:
branches:
- main
jobs:
send-webhook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
embed-author-name: ${{ github.actor }}
embed-description: |
## Commit ⚡
Message » "${{ github.event.head_commit.message }}"
Commit SHA » "${{ github.sha }}"
## Workflow ☢️
Branch » "${{ github.ref }}"
## Release 📦
Download » ""
embed-color: 5fff58
embed-footer-text: '[Main Repository 🔑](https://github.com/Hyphonic/Conquest)'