actions-marketplace-validations/Heroku Review App Action
Use Heroku API to replicate the review app integration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-name-prefix | Prefix for the app. This is can be the name of the pipeline e.g vercel prefix will produce vercel-pr-PR_NUMBER.herokuapp.com | no | "" |
| api-key | Your Heroku API key | yes | — |
| files-glob | The glob pattern for files to include in the deployment | no | * |
| pipeline-id | The id of the pipeline to deploy review app for | yes | — |
| region | Region to deploy. eu or us | no | eu |
| stack | Heroku stack to deploy to e.g heroku-18. Default: heroku-20 | no | heroku-20 |
| team | The Heroku team the app belongs to. | yes | — |
Outputs
| name | description |
|---|---|
| url | The URL for the app |
| app_name | The Heroku review app name |