Skip to content

Commit 077a4c7

Browse files
committed
chore: echo 수정
1 parent b62b9f1 commit 077a4c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-vercel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
# 2) If deploy failed, Redeploy using URL
4848
if [ $EXIT_CODE -ne 0 ]; then
49-
echo "❗️ Initial deployment failed (exit code=$EXIT_CODE). Redeploying: $DEPLOY_URL"
49+
echo "❗️ Initial deployment failed (exit code=$EXIT_CODE). Redeploying"
5050
npx vercel redeploy "$DEPLOY_URL" \
5151
--token "$VERCEL_TOKEN" \
5252
--scope "$VERCEL_ORG_ID"

0 commit comments

Comments
 (0)