Skip to content

Commit 9d8924f

Browse files
committed
discord
1 parent e58ceb6 commit 9d8924f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
if: ${{ success() }}
1313
uses: appleboy/[email protected]
1414
with:
15-
webhook_url: ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
15+
webhook_id: ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
1616
message: |
1717
:) ${{ github.repository }} on `${{ github.ref_name }}`
1818
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
1919
- name: Notify Discord (success)
2020
if: ${{ failure() }}
2121
uses: appleboy/[email protected]
2222
with:
23-
webhook_url: ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
23+
webhook_id: ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
2424
message: |
2525
_you have saddened me ${{ github.actor }}_
2626
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)