lfreleng-actions/🌍 Check URL for Validity with WGET
Tests a given URL for a valid server response
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/url-validity-action@a4062934f6199125cd1956db8ddc904c2a351fa0 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Remote URL to check | yes | — |
Outputs
| name | description |
|---|---|
| valid | Set true when web URL/location exists |
| http_code | HTTP status code returned by the server |
| redirect_url | Final URL after following redirects (if any) |
| redirect_valid | True if redirected URL is valid, false if invalid, empty if no redirect |
| redirect_loop | True if redirect loop detected, false otherwise |