surenderssm/Embr Action
GitHub Action that creates Embr builds with auto-captured branch and commit information
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Action mode: "build" (create build from branch/commit) or "upload" (upload zip file) | no | build |
| project-id | The Embr project ID | yes | — |
| environment-id | The Embr environment ID (required for upload mode) | no | — |
| zip-file | Path to the zip file to upload (required for upload mode) | no | — |
| api-base-url | Base URL for the Embr API | no | https://embr-poc.azurewebsites.net/api |
Outputs
| name | description |
|---|---|
| status | Status of the build (succeeded, failed, timeout) |
| build-id | The unique build ID |
| build-number | The build number |
| log-path | Path to the build logs |
| deployment-url | URL where the app is deployed |
| response | Full JSON response from the Embr API |