mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
Fix command syntax error
This commit is contained in:
parent
9819062aa0
commit
91b81f0d23
8
.github/workflows/test_common.yml
vendored
8
.github/workflows/test_common.yml
vendored
@ -142,10 +142,10 @@ jobs:
|
|||||||
echo EOF
|
echo EOF
|
||||||
} >> $GITHUB_ENV
|
} >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Send report to Discord
|
- name: Send report to Discord
|
||||||
uses: rjstone/discord-webhook-notify@v1
|
uses: rjstone/discord-webhook-notify@v1
|
||||||
if: always() && env.CALLER != 'manual'
|
if: always() && env.CALLER != 'manual'
|
||||||
with:
|
with:
|
||||||
severity: ${{ job.status == 'success' && 'info' || 'error' }}
|
severity: ${{ job.status == 'success' && 'info' || 'error' }}
|
||||||
username: ${{ github.workflow }}
|
username: ${{ github.workflow }}
|
||||||
description: "## Job Result: ${{ job.status }}"
|
description: "## Job Result: ${{ job.status }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user