actions-marketplace-validations/Starts a GitHub Self Hosted Runner
Greet someone and record the time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 22, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/passeidireto_gh-runner-task-action@391e831c401154bdc08eb5e5e5960fff2ea43465 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_pat | GitHub Personal Access Token used in Runner Registration | yes | — |
| task_definition | The name of the task definition | yes | gh-runner |
| cluster | The name of the ECS cluster where the task should be placed | yes | — |
| wait | Whether the action should wait until at least one task is in state RUNNING before finishing | yes | true |
| task_count | How many task instances should be triggered | yes | 1 |
| capacity_provider | The name of the desired Capacity Provider (attached to this cluster) | no | — |
| task_role_arn | ARN of the role used to instantiate the task | no | — |
| execution_role_arn | ARN of the role used during task execution | no | — |
| task_params_file | JSON file (path) with extra configurations | no | task-params.json |
Outputs
| name | description |
|---|---|
| task_id | The ID of the task in execution |