| mode | Specify here which mode you want to use:
- 'start' - to start a new runner;
- 'stop' - to stop the previously created runner. | yes | — |
| github-token | GitHub Personal Access Token with the 'repo' scope assigned. | yes | — |
| yc-sa-json-credentials | JSON containing authorized key for Service Account. Either this or `yc-iam-token` or `yc-sa-id` should be provided. More info https://cloud.yandex.ru/docs/container-registry/operations/authentication#sa-json | no | — |
| yc-iam-token | IAM token for Yandex Cloud. Either this or `yc-sa-json-credentials` or `yc-sa-id` should be provided. More info https://yandex.cloud/ru/docs/iam/concepts/authorization/iam-token | no | — |
| yc-sa-id | Service Account ID. Will be uses to exchange GitHub token to Yandex Cloud token. Either this or `yc-iam-token` or `yc-sa-json-credentials` should be provided. More info https://yandex.cloud/ru/docs/iam/concepts/workload-identity | no | — |
| folder-id | Folder ID | yes | — |
| label | Name of the unique label assigned to the runner. The label is used to remove the runner from GitHub when the runner is not needed anymore. This input is required if you use the 'stop' mode. | no | — |
| runner-home-dir | Directory that contains actions-runner software and scripts. E.g. /home/runner/actions-runner. | no | — |
| instance-id | Id of the created instance. This input is required if you use the 'stop' mode.' | no | — |
| image-id | Id of the image that will be used to create boot disk of the VM. This input is required if you use the \u201Cstart\u201D mode. | no | — |
| service-account-id | Id of service account that will be attached to VM. | no | — |
| cores | Number of Cores | no | 2 |
| memory | Memory. Format: `\\d(Mb|Gb)`. E.g. 1Gb | no | 1GB |
| core-fraction | Core fraction | no | 100 |
| disk-type | Disk type. Values: network-ssd, network-hdd, etc. More info https://cloud.yandex.com/en-ru/docs/managed-clickhouse/concepts/storage | no | network-ssd |
| disk-size | Disk size. Format: `\\d(Mb|Gb)`. E.g. 30Gb | no | 30GB |
| image2-id | Id of the image that will be used to create a second disk on the VM. | no | — |
| disk2-type | Second disk type. Values: network-ssd, network-hdd, etc. More info https://cloud.yandex.com/en-ru/docs/managed-clickhouse/concepts/storage | no | network-ssd |
| disk2-size | Second disk size. Format: `\\d(Mb|Gb)`. E.g. 30Gb | no | — |
| zone-id | Zone ID | no | ru-central1-a |
| subnet-id | The subnet ID where the VM will be created | yes | — |
| public-ip | Public IP address | no | true |
| platform-id | Compute platform Id | no | standard-v3 |
| runner-version | Version of the actions-runner software | no | 2.320.0 |
| ttl | Time to live in ISO 8601 Duration format. E.g. PT1H | no | — |
| disable-update | Disable update | no | false |
| user | User name to login with via ssh | no | — |
| ssh-public-key | Public SSH key to login with | no | — |