chore: modify discord.yml

This commit is contained in:
UltraLionFr
2025-08-20 23:25:07 +02:00
parent e0d2f24c18
commit 6e3ada0f27
+7 -8
View File
@@ -1,15 +1,14 @@
name: Discord Webhook
on:
push:
branches:
- main
on: [push]
jobs:
notify:
git:
runs-on: ubuntu-latest
steps:
- name: Discord Commit Webhook
uses: johnnyhuy/actions-discord-git-webhook@v1.0.4
- uses: actions/checkout@v2
- name: Run Discord Webhook
uses: johnnyhuy/actions-discord-git-webhook@main
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
webhook_url: ${{ secrets.YOUR_DISCORD_WEBHOOK_URL }}