You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2026. It is now read-only.
description: 'Get the status checks of a given ref.'
branding:
color: 'gray-dark'
icon: 'check-circle'
inputs:
ref:
description: 'Git ref, e.g. the sha.'
required: true
token:
description: 'The GitHub token used to create an authenticated client.'
default: ${{ github.token }}
required: false
ignore:
description: 'Workflow names that will be ignored during the validation. For multiple values, please separate them with commas, e.g. "test,build,get-status"'
required: false
outputs:
all-checks-completed:
description: 'Returns true if all checks are completed.'
all-checks-passed:
description: 'Returns true if all checks concluded either with success or skipped.'