int128/wait-for-deployment-action
Wait for GitHub Deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filter-environments | Filter deployments by environment patterns (multiline) | no | — |
| exclude-environments | Exclude deployments by environment patterns (multiline) | no | — |
| filter-tasks | Filter deployments by task patterns (multiline) | no | — |
| until | Either completed or succeeded | no | — |
| initial-delay-seconds | Initial delay before polling in seconds | yes | 10 |
| period-seconds | Polling interval in seconds | yes | 15 |
| timeout-seconds | If set, poll until the timeout | no | — |
| deployment-sha | Find the deployments of the commit | yes | — |
| summary-markdown-flavor | Flavor of summary output. Either github or slack | yes | github |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| progressing | Whether any deployment is progressing |
| failed | Whether any deployment is failed |
| completed | Whether all deployments are completed |
| succeeded | Whether all deployments are succeeded |
| total-count | Total number of deployments |
| summary | Markdown list of all deployments |
| json | JSON representation of all deployments |