File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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_id : ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
16
- message : |
17
- :) ${{ github.repository }} on `${{ github.ref_name }}`
18
- ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
15
+ webhook_url : ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
16
+ message : |
17
+ :) ${{ github.repository }} on `${{ github.ref_name }}`
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_id : ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
24
- message : |
25
- _you have saddened me ${{ github.actor }}_
26
- ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
23
+ webhook_url : ${{ secrets.DISCORD_BOT_WEBHOOK_URL }} # it also accepts full URL
24
+ message : |
25
+ _you have saddened me ${{ github.actor }}_
26
+ ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments