Make notification smaller.
This commit is contained in:
parent
a7bc07d5ee
commit
f23ea9e563
1 changed files with 17 additions and 0 deletions
17
.github/workflows/ci-main.yml
vendored
17
.github/workflows/ci-main.yml
vendored
|
@ -8,6 +8,23 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
discord-notification:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
name: Discord Notification
|
||||
|
||||
if: always()
|
||||
|
||||
steps:
|
||||
- uses: rjstone/discord-webhook-notify@v1
|
||||
with:
|
||||
severity: info
|
||||
webhookUrl: ${{ secrets.DISCORD_CI_WEBHOOK }}
|
||||
description: |-
|
||||
pusher: ${{ github.actor }}
|
||||
commit: ${{ github.event.head_commit.message }}
|
||||
commit url: ${{ github.event.head_commit.url }}
|
||||
|
||||
# run after all other jobs have completed to check overall build status
|
||||
discord-notification:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Add table
Reference in a new issue