bounceapp/Render GitHub Action
GitHub Action to check a Render deployment status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service-id | The id of the Render service to be tracked | yes | — |
| render-token | Render API token to use instead of the email/password combination | no | — |
| sleep | Sleep time between the render deployment success and setting the Github deployment as successful | no | 0 |
| retries | Maximum number of retries trying to find the deployment. Note: Retries will be attempted every 5 seconds | no | 50 |
| wait | Sleep time between retries to find Render deployments statuses | no | 8000 |
Outputs
| name | description |
|---|---|
| url | The URL of the Render service |
| status | The status of the Render service deployment |