| filter-workflow-names | Filter workflows by name patterns (multiline) | no | — |
| exclude-workflow-names | Exclude workflows by name patterns (multiline) | no | — |
| filter-workflow-events | Filter workflows by events (multiline) | no | ${{ github.event_name }} |
| filter-by-current-activity-type | Filter workflow runs by the activity type of the current event | yes | false |
| fail-fast | Exit immediately if any workflow is failing | yes | true |
| initial-delay-seconds | Initial delay before polling in seconds | yes | 10 |
| period-seconds | Polling period in seconds | yes | 15 |
| page-size-of-check-suites | Page size of CheckSuites query | yes | 100 |
| sha | Commit SHA to wait for | yes | ${{ github.event.pull_request.head.sha || github.sha }} |
| token | GitHub token | yes | ${{ github.token }} |