Skip to content

Commit dad3c5d

Browse files
committed
Fix typo in deployment action
1 parent bb081f3 commit dad3c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if [ "$STATUS" == "ACTIVE" ]; then
170170
echo "✅ Deployment completed successfully."
171171
exit 0
172-
elif [[ "$STATUS" == "FAILED" || "$STATUS" == "CANCELLED" ]]; then
172+
elif [[ "$STATUS" == "FAILED" || "$STATUS" == "CANCELED" ]]; then
173173
echo "❌ Deployment failed or was cancelled."
174174
exit 1
175175
fi

0 commit comments

Comments
 (0)