Browse Source

chore(notify-discord): update Discord notification message to a test message for workflow validation

Mathias 1 month ago
parent
commit
300eadb22f
1 changed files with 2 additions and 6 deletions
  1. 2 6
      .github/workflows/notify-discord.yml

+ 2 - 6
.github/workflows/notify-discord.yml

@@ -9,13 +9,9 @@ jobs:
   discordNotification:
     runs-on: ubuntu-latest
     steps:
-      - name: Send Discord message
+      - name: Send test Discord message
         uses: Ilshidur/action-discord@master
         env:
           DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
         with:
-          message: |
-            🚀 New release: **${{ github.event.release.name }}**
-            ${{ github.event.release.html_url }}
-
-            ${{ github.event.release.body }}
+          message: "✅ Test réussi depuis GitHub Actions"