We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac3aab4 + ec007d5 commit 06ad063Copy full SHA for 06ad063
1 file changed
.github/workflows/deploy.yml
@@ -94,7 +94,7 @@ jobs:
94
INTERVAL=10
95
96
for i in $(seq 1 $MAX_ATTEMPTS); do
97
- status=$(curl -IsS --max-time 5 "HEALTH_CHECK_URL" | head -n 1 | cut -d$' ' -f2)
+ status=$(curl -IsS --max-time 5 "$HEALTH_CHECK_URL" | head -n 1 | cut -d$' ' -f2)
98
if [ "$status" = "200" ]; then
99
echo "Health check success"
100
exit 0
0 commit comments