We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0cdda commit 16befc6Copy full SHA for 16befc6
1 file changed
.github/workflows/add-release-to-cloudfoundry.yaml
@@ -26,7 +26,7 @@ jobs:
26
MAX_TRIES=60 # Wait up to 30 minutes
27
DELAY=30
28
while [ $TRY -lt $MAX_TRIES ]; do
29
- if curl -s -I ${{ steps.get-release-url.outputs.URL }} | grep -q "200 OK"; then
+ if curl -s -I ${{ steps.get-release-url.outputs.URL }} | grep -q "^HTTP/.* 200"; then
30
break
31
fi
32
echo "Waiting for the release to be available..."
0 commit comments