int128/wait-for-deployment-action

Wait for GitHub Deployment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filter-environmentsFilter deployments by environment patterns (multiline)no
exclude-environmentsExclude deployments by environment patterns (multiline)no
filter-tasksFilter deployments by task patterns (multiline)no
untilEither completed or succeededno
initial-delay-secondsInitial delay before polling in secondsyes10
period-secondsPolling interval in secondsyes15
timeout-secondsIf set, poll until the timeoutno
deployment-shaFind the deployments of the commityes
summary-markdown-flavorFlavor of summary output. Either github or slackyesgithub
tokenGitHub tokenyes${{ github.token }}
namedescription
progressingWhether any deployment is progressing
failedWhether any deployment is failed
completedWhether all deployments are completed
succeededWhether all deployments are succeeded
total-countTotal number of deployments
summaryMarkdown list of all deployments
jsonJSON representation of all deployments