| authToken | authToken | yes | — |
| contexts | semi-colon separated list of contexts (check names) | yes | — |
| timeout | max time to wait | no | — |
| notPresentTimeout | max time to wait for a check to become present | no | — |
| pollInterval | time to wait inbetween polling for states | no | — |
| completeStates | semi-colon separated list of states to consider complete, default: 'success' | no | — |
| failureStates | semi-colon separated list of states to consider failure, default 'error;failure' | no | — |
| ref | ref | no | ${{ github.sha }} |
| owner | GitHub username of repository owner | no | ${{ github.repository_owner }} |
| repository | GitHub repository where sha exist | no | ${{ github.repository }} |