mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-11 10:23:10 +00:00
fix: add color based on result
This commit is contained in:
parent
3ec03714f7
commit
86de3cd07e
4
.github/workflows/test_common.yml
vendored
4
.github/workflows/test_common.yml
vendored
@ -87,12 +87,12 @@ jobs:
|
||||
cat $GITHUB_STEP_SUMMARY
|
||||
echo EOF
|
||||
} >> $GITHUB_ENV
|
||||
|
||||
-
|
||||
- name: Send report to Discord
|
||||
uses: rjstone/discord-webhook-notify@v1
|
||||
if: always()
|
||||
with:
|
||||
severity: info
|
||||
severity: "{{ job.status == 'success' && 'info' || 'error' }}"
|
||||
username: ${{ github.workflow }}
|
||||
description: "## Job Result: ${{ job.status }}"
|
||||
details: ${{ env.JOB_SUMMARY }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user