actions-marketplace-validations/Heroku Review App Deployment Status
A Github Action to test the deployment status of a Heroku Review App.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 12, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/teamniteo_reviewapps-deploy-status@5e2e6a11a3720976f208dba75b9927c756faf89f # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| checks | Comma separated list of checks to perform. | no | build, response |
| build_time_delay | Delay for the build stage of the review app. | no | 5 |
| load_time_delay | Delay for the app to load and start serving after it is built. | no | 5 |
| interval | Interval to repeat the deployment check in seconds. | no | 10 |
| accepted_responses | Comma separated status which can be accepted. | no | 200 |
| deployments_timeout | Maximum waiting time to fetch the deployments. | no | 120 |
| publish_timeout | Maximum time to spend retrying the HTTP response check until it succeeds. | no | 120 |
Outputs
| name | description |
|---|---|
| review_app_name | The name of the Heroku review app deployed. |
| review_app_url | The URL of the Heroku review app deployed. |