瀏覽代碼

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

Mathias 1 月之前
父節點
當前提交
300eadb22f
共有 1 個文件被更改,包括 2 次插入6 次删除
  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"