Skip to content

Commit 407f98f

Browse files
authored
fix: add missing "-e" for supporting backslash escapes (#59)
1 parent 0d44152 commit 407f98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ else
207207
DEPLOYMENT_ID=$(deployRevision)
208208

209209
if [ "$INPUT_MAX_POLLING_ITERATIONS" -eq "0" ]; then
210-
echo "${BLUE}Iterations at 0. GitHub Action ending, but deployment in-progress to: ${RESET_TEXT}$INPUT_CODEDEPLOY_GROUP.";
210+
echo -e "${BLUE}Iterations at 0. GitHub Action ending, but deployment in-progress to: ${RESET_TEXT}$INPUT_CODEDEPLOY_GROUP.";
211211
else
212212
sleep 10;
213213
pollForSpecificDeployment "$DEPLOYMENT_ID"

0 commit comments

Comments
 (0)