actions-marketplace-validations/Load runner information
Load an overview of all available runners in a GitHub Organization
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 1, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/devops-actions_load-runner-info@f31c6e9e80cec57c3ebb15d34873ef5a3417e909 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | Slug of the organization to analyze. | yes | — |
| repo | Slug of the repository to analyze. | no | — |
| accessToken | Access token to use for analysis with either admin:org or repo owner if you run it against a repo | yes | — |
Outputs
| name | description |
|---|---|
| runners | JSON string with the runner information available in the organization or repo |
| grouped | JSON string with the labels and the number of runners with that label |
| runners-file-location | Path to the file that holds the JSON output |
| grouped-file-location | Path to the file that holds the JSON output |