File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
if : ${{ success() }}
13
13
14
14
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
16
16
message : |
17
17
:) ${{ github.repository }} on `${{ github.ref_name }}`
18
18
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
19
19
- name : Notify Discord (success)
20
20
if : ${{ failure() }}
21
21
22
22
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
24
24
message : |
25
25
_you have saddened me ${{ github.actor }}_
26
26
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments