This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
Releases: teamniteo/reviewapps-deploy-status
Releases · teamniteo/reviewapps-deploy-status
Review App name is available for other steps
v1.4.0 Update version to 1.4.0 for the new release.
Review App URL available for other steps in workflow
- Review App URL is available for other steps using:
steps.<action_id>.outputs.review_app_url
Retry response check
- Retry response check in every
interval
seconds. - New optional input
publish_timeout
which defaults to120
seconds. - Not getting the expected response within
publish_timeout
seconds, response check will raiseTimeoutError
.
More control over the checks
- Option to choose the checks that needs to be performed.
- Option to define delays for the build and application load stages.
- Plus some code improvements and docs update.
Add wait-for-deployments feature
- Action will now retry until the
deployments_timeout
seconds (default is 300) to fetch deployments.
Updated Docs
v1.0.1 Add badges and action name in the example
First Version
- Needs to be triggered with Pull Request.
- Uses
pull_request
event payload and GitHub Deployment API.