From 4b1015bdd4c9767da0f691b31517f8f8b5806c5e Mon Sep 17 00:00:00 2001 From: hlafaille Date: Wed, 1 Jan 2025 19:39:52 -0500 Subject: [PATCH] BIL-6: e --- .github/actions/target-specific-command/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/target-specific-command/action.yml b/.github/actions/target-specific-command/action.yml index 06d889f9..87ef1a20 100644 --- a/.github/actions/target-specific-command/action.yml +++ b/.github/actions/target-specific-command/action.yml @@ -24,7 +24,7 @@ runs: elif [[ "${{env.TARGET}}" == "develop" ]]; then ${{ inputs.develop }} else - echo "Invalid target: ${{env.TARGET}}. Did you run the 'set-target' action? + echo "Invalid target: ${{env.TARGET}}. Did you run the 'set-target' action?" exit 1 fi shell: bash \ No newline at end of file