You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix action health check: remove curl -f flag from HEAD requests
The -f flag makes curl suppress output on 4xx responses. Since HEAD /
returns 405 on existing releases, the Server header grep finds nothing
and the startup loop times out after 30s. Removing -f lets curl output
headers regardless of status code.
0 commit comments