We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d44152 commit 407f98fCopy full SHA for 407f98f
deploy.sh
@@ -207,7 +207,7 @@ else
207
DEPLOYMENT_ID=$(deployRevision)
208
209
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.";
+ echo -e "${BLUE}Iterations at 0. GitHub Action ending, but deployment in-progress to: ${RESET_TEXT}$INPUT_CODEDEPLOY_GROUP.";
211
else
212
sleep 10;
213
pollForSpecificDeployment "$DEPLOYMENT_ID"
0 commit comments