File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222
2323#! /bin/bash
2424ERRORS_FILE=" $GITHUB_ACTION_PATH /data/codes.json"
25- ERROR_PREFIX=" Just an Ultimate Site Tool "
25+ ERROR_PREFIX=" _just "
2626source $GITHUB_ACTION_PATH /src/modules/color.sh
2727
2828ErrorMessage () {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ elif [ -z "$INPUT_PATH" ]; then
3333fi
3434
3535VERSION=$( echo " $GITHUB_ACTION_PATH " | grep -oP ' (?<=/v)[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?' ) || $GITHUB_SHA
36- msg1=$( _justMessage " $_PURPLE Running Just an Ultimate Site Tool$_DARKGRAY v$VERSION$_RESET " )
36+ msg1=$( _justMessage " $_LIGHTPURPLE Running Just an Ultimate Site Tool$_DARKGRAY v$VERSION $_RESET " )
3737msg2=$( _justMessage " $_BLUE Installing Node.js$_RESET " )
3838msg3=$( _justMessage " $_BLUE Installed Node.js$_RESET " )
3939msg4=$( _justMessage " $_GREEN Postprocessing completed$_RESET " )
You can’t perform that action at this time.
0 commit comments