Please read script's code to understand what it does!!!
Except for
GITHUB_TOKENANDGITHUB_REPOSITORY, all other variables are optional (for specific configs)
GITHUB_TOKEN=<TOKEN> \
GITHUB_REPOSITORY=https://github.com/dragoscirjan/github-tools \
RUNNER_FOLDER_PATTERN="action-runner-{id}" \
RUNNER_COUNT=2 \
RUNNER_NAME_PATTERN="action-runner-{id}" \
RUNNER_LABELS_PATTERN=github-runner \
bash ./bin/github-tools/install-self-hosted-runner.shGITHUB_TOKEN=<TOKEN> \
GITHUB_REPOSITORY=https://github.com/dragoscirjan/github-tools \
RUNNER_FOLDER_PATTERN="action-runner-*" \
bash ./bin/github-tools/uninstall-self-hosted-runner.sh