platformsh/Check a URL for a specific header response

Given a URL, performs a curl GET request and validates the server response against what we're expecting.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 12, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: platformsh/gha-check-url@67f5a1335e60a4b5cafb4a9e9681726ecffc14cf # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
test_urlThe URL we want to checkyes
http_responseThe HTTP response status code we expect from the server. Defaults to 200no200
allow_insecureShould we use the `--insecure` flag with curl when testing the URL? Defaults to falsenofalse

no outputs