mention-me/Tray Solution Deployment
A GitHub Action to preview and deploy Tray.ai solutions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | The API key to use for deployment. | yes | — |
| region | The region which the solution exists in. Options: us1, eu1, apac1. | yes | — |
| solutionId | The solution ID to deploy the connector to. If not provided, the path to the project JSON file must be provided. | no | — |
| path | The path to the project JSON file. If not provided, the solution ID must be provided. | no | — |
| shouldPublish | Whether to preview (dry run) the publishing of the solution only. If false, the solution will not be published, it will only be previewed. | no | false |
Outputs
| name | description |
|---|---|
| releaseId | The ID of the release which was created (if the solution was published). |
| breakingChanges | Whether the solution contains breaking changes when published. |
| requiresNewUserInput | Whether the solution requires new user inputs after being published. |
| requiresNewSystemInput | Whether the solution requires new system inputs after being published. |