fix: adjust wording for job.status

This commit is contained in:
Roman 2024-01-18 11:01:44 +08:00
parent 7f587399bb
commit 46cfe01527
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 1 additions and 1 deletions

View File

@ -92,6 +92,6 @@ jobs:
with:
severity: info
username: ${{ github.workflow }}
description: "## Test Run Result ${{ job.status }}"
description: "## Job Result: ${{ job.status }}"
details: ${{ env.JOB_SUMMARY }}
webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}