From b96366234d3431a09b3901365efb6cde63788dfb Mon Sep 17 00:00:00 2001 From: stdavis Date: Fri, 22 Mar 2024 16:50:34 -0600 Subject: [PATCH] fix: more clear headings --- .github/workflows/schedule.sgid-index-validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schedule.sgid-index-validation.yml b/.github/workflows/schedule.sgid-index-validation.yml index 856fe1f03..ec41dd6e4 100644 --- a/.github/workflows/schedule.sgid-index-validation.yml +++ b/.github/workflows/schedule.sgid-index-validation.yml @@ -71,12 +71,12 @@ jobs: body: | ### SGID Index Validation Output - #### `stdout` + #### Results ``` ${{ steps.validate.outputs.stdout }} ``` - #### `stderr` + #### Errors ``` ${{ steps.validate.outputs.stderr }} ```