duckbytes/amplify-build-status
Get the status of an Amplify build, or wait for it to complete.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | The ID of the Amplify app. | yes | "" |
| branch-name | The connected branch to the Amplify console. | yes | "" |
| commit-id | The commit ID that the build was triggered from. | yes | "" |
| wait | The action will prevent continuing until the next step until the build fails or succeeds. Boolean. | no | false |
| timeout | Timeout in minutes for the wait. A value of 0 will wait forever! | no | 120 |
| no-fail | Use successful exit status even if the build has failed. | no | false |
Outputs
| name | description |
|---|---|
| status | The result of the build. |
| backend_environment | The environment name |
| graphql_endpoint | The GraphQL endpoint. |