abernicchia-heroku/Heroku Flow Action
Use Heroku to upload source code, build and either deploy apps or create review apps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 4, 2025
- License
- None
Pinned Snippet
uses: abernicchia-heroku/heroku-review-apps-action@aa1e5bca178a7dd21c14fd1354008e4087551d37 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| heroku-api-key | Your Heroku API key | yes | — |
| remove-git-folder | When true the .git/ folder is removed before creating the tar | no | true |
| heroku-app-name | Your Heroku App name when code is pushed | yes | — |
| heroku-pipeline-id | The Heroku pipeline ID to create Review Apps | yes | — |
| review-app-creation-check-timeout | Review App creation check timeout. Polling for the Review App creation up to timeout (in seconds) | no | 3600 |
| review-app-creation-check-sleep-time | While polling for the Review App creation it sleeps for this amount of time (in seconds), min 5 seconds to avoid tight loop and API calls consumption | no | 10 |
Outputs
no outputs