File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 8
8
- run : |
9
9
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
10
10
yes | ./setup_scripts/setup_everything_common.sh
11
+ - name : Notify Discord (success)
12
+ if : ${{ success() }}
13
+
14
+ with :
15
+ webhook_id : ${{ secrets.DISCORD_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
+ - name : Notify Discord (success)
20
+ if : ${{ failure() }}
21
+
22
+ with :
23
+ webhook_id : ${{ secrets.DISCORD_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