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