diff --git a/.github/workflows/scheduled_tests.yml b/.github/workflows/scheduled_tests.yml index d679166d..7cc83740 100644 --- a/.github/workflows/scheduled_tests.yml +++ b/.github/workflows/scheduled_tests.yml @@ -108,7 +108,7 @@ jobs: status: ${{ job.status }} author_name: Mygeneset Scheduled Pytest # title: Pytest Report - fields: | + message: | Pytest Report: - Errors: ${{ steps.pytest.outputs.errors }} - Failures: ${{ steps.pytest.outputs.failures }}