Skip to content

Update discord.yml

Update discord.yml #15

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.login }}
embed-description: |

Check failure on line 18 in .github/workflows/discord.yml

View workflow run for this annotation

GitHub Actions / Send JSON to Discord

Invalid workflow file

The workflow is not valid. .github/workflows/discord.yml (Line: 18, Col: 30): An expression was expected
## Commit ⚡
Message » `${{ github.event.head_commit.message }}`
Commit SHA » `${{ github.sha }}`
## Workflow ☢️
Branch » `${{ github.ref.name }}`
## Release 📦
Download » `${{ }}`
embed-color: 5fff58
embed-footer-text: '[Main Repository 🔑](https://github.com/Hyphonic/Conquest)'