yarden-zamir/Deploy runner
Deploy a runner to a remote machine
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The host to deploy to | yes | — |
| user | The user to deploy as | yes | — |
| password | The password to use | yes | — |
| labels | The labels to use [comma separated] | yes | — |
| amount | The amount of runners to deploy | yes | 1 |
| repo | The repo to deploy to (defaults to ${{ github.repository }}) | yes | ${{ github.repository }} |
| image | The image to use | yes | myoung34/github-runner:latest |
| github_token | The GitHub token to use (defaults to ${{ github.token }}) | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| time | The current time after waiting |