From cc38c3796be2aad54be13a2fbb16dcb4bdc43441 Mon Sep 17 00:00:00 2001 From: Domenic Barbuzzi Date: Thu, 3 Oct 2024 13:35:08 -0400 Subject: [PATCH] Try referencing job name --- actions/testmo-run-submit-thread/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/testmo-run-submit-thread/action.yml b/actions/testmo-run-submit-thread/action.yml index c42be72..f6c6ad9 100644 --- a/actions/testmo-run-submit-thread/action.yml +++ b/actions/testmo-run-submit-thread/action.yml @@ -41,7 +41,7 @@ runs: if [[ ! -d "$RESULTS_FOLDER" ]]; then echo "Results folder '$RESULTS_FOLDER' does not exist in working directory:" ls -A - echo "::warning title=MISSING RESULTS FOLDER::Results folder does not exist in working directory" + echo "::warning title=$GITHUB_JOB - MISSING RESULTS FOLDER::Results folder does not exist in working directory" exit fi @@ -50,7 +50,7 @@ runs: if [[ -z "$RESULTS" ]]; then echo "Results folder '$RESULTS_FOLDER' does not contain any XML result files:" ls -A "$RESULTS_FOLDER" - echo "::warning title=MISSING RESULT FILES::Results folder did not contain any XML result files" + echo "::warning title=$GITHUB_JOB - MISSING RESULT FILES::Results folder did not contain any XML result files" exit fi