actions-marketplace-validations/Check All CI Completion
wether all ci status which be related to commit are success or not
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 2, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/lirlia_check-all-ci-completion-action@b04a3f17adc1884b6947de97fe3eb7a7a621add7 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-hash | git commit hash to get check suites | no | — |
| disable-errexit | if true, use exit 0 whether CI results are not completed or not success | no | false |
| ignore-check-suite-ids | ignore check_suite_ids | no | 000000000000000 |
| loop-count | How many loop in this ci | no | -1 |
| timeout-seconds | How long run this ci | no | 1800 |
| sleep-seconds | Sleep seconds in a loop | no | 30 |
Outputs
| name | description |
|---|---|
| result | the RESULT of the specific check-suites (success or failure) |
| status | the STATUS of the specific check-suites (completed or in-progress) |