jameshenry/Wait for Nx Project deployments
Wait for Nx Project deployments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The value of secrets.GITHUB_TOKEN | yes | — |
| timeout | The number of seconds after which to fail if no deployment is found. | — | 300 |
| interval | The number of seconds to wait between repeated checks for deployments. | — | 5 |
| deployments-to-wait-for | Mapping of Nx projects to their deployment names that should be waited for by this action | yes | — |
| github-head-sha | Value of `github.event.pull_request.head.sha` for the PR | yes | — |
Outputs
| name | description |
|---|---|
| deployments | Stringified JSON of the deployments that were successfully awaited |