Update notify-discord.yml

This commit is contained in:
Jim Shield
2025-07-27 18:48:55 +01:00
parent c657beb323
commit 4e80be9b30

View File

@@ -8,10 +8,10 @@ on:
jobs: jobs:
notify: notify:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Discord Commits - name: Send commit payload to Discord Bot
uses: Sniddl/discord-commits@v1.6 run: |
with: curl -X POST http://${{ secrets.DISCORDBOT }}:3000/github-commits \
webhook: ${{ secrets.DISCORD_WEBHOOK }} -H "Content-Type: application/json" \
template: "avatar-with-link" -d '${{ toJson(github.event) }}'
include-extras: true