divyansh42/Check Self Hosted Runners
Check whether self hosted runner is present in org
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 6, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: divyansh42/check-self-hosted-runner@8cb965e69ce2fbb5558cf9069902e11960d0811e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github Access Token with org and repo level permissions | yes | — |
| repository_path | "Repository name with owner. For example, redhat-actions/check-self-hosted-runner. It can also take the name of the org. For example , redhat-actions" | no | ${{ github.repository }} |
| labels | Labels in the runners to check for. For multiple labels, add all seperated by a comma(,) | no | — |
Outputs
| name | description |
|---|---|
| runner_present | Boolean value which signifies the presence of self hosted runner |