From 4d0cc120204e7d2ed0306407c6b0bdf284e4f09c Mon Sep 17 00:00:00 2001 From: Marty Tippin <120425148+tippmar-nr@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:22:43 -0600 Subject: [PATCH] tweak --- .github/workflows/deploy_agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_agent.yml b/.github/workflows/deploy_agent.yml index cfb4c16099..f3fab9c876 100644 --- a/.github/workflows/deploy_agent.yml +++ b/.github/workflows/deploy_agent.yml @@ -121,7 +121,7 @@ jobs: # get the run id of the most recent successful run of the all_solutions workflow triggered by a release event, against the given commit sha WORKFLOW_RUN_ID=$(gh run list --commit $COMMIT_SHA --workflow all_solutions.yml --event release --status success --limit 1 --json databaseId,status --jq ".[0] | .databaseId") if [[ -z "$WORKFLOW_RUN_ID" ]]; then - echo "::error::Could not find a successful workflow run for the Release event against commit SHA $COMMIT_SHA. Use manual overrides to continue." + echo "::error::Could not find a successful all_solutions workflow run for the Release event against commit SHA $COMMIT_SHA. Use manual overrides to continue." exit 1 fi