Fix command syntax error

This commit is contained in:
aya 2024-12-25 18:14:12 +02:00
parent 9819062aa0
commit 91b81f0d23

View File

@ -142,10 +142,10 @@ jobs:
echo EOF
} >> $GITHUB_ENV
- name: Send report to Discord
uses: rjstone/discord-webhook-notify@v1
if: always() && env.CALLER != 'manual'
with:
- name: Send report to Discord
uses: rjstone/discord-webhook-notify@v1
if: always() && env.CALLER != 'manual'
with:
severity: ${{ job.status == 'success' && 'info' || 'error' }}
username: ${{ github.workflow }}
description: "## Job Result: ${{ job.status }}"