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 }} ```