actions-marketplace-validations/Heroku Run
Run a command in a dyno.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| heroku_api_key | This will be used for authentication. You can find it in your heroku homepage account settings. | yes | — |
| heroku_email | Email that you use with heroku. | yes | — |
| heroku_app_name | The name of the app to run the command in. | yes | — |
| command | Command to run. | yes | — |
Outputs
| name | description |
|---|---|
| status | The Success/Failure of the action. |