Skip to content

Update discord.yml

Update discord.yml #18

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-title: "New Release 🔔"
embed-author-name: by ${{ github.actor }}
embed-description: |
### Commit ⚡
Message » `${{ github.event.head_commit.message }}`
Commit SHA » `${{ github.sha }}`
### Workflow ☢️
Branch » `${{ github.ref }}`
### Release 📦
Download » ``
embed-footer-text: '[Visit_Repository](https://github.com/Hyphonic/Conquest)'