When using github-hetzner-runners --github-repository acme/repo instead of GITHUB_REPOSITORY=acme/repo github-hetzner-runners, it seems the GitHub Actions runner created by the controller to run with GITHUB_REPOSITORY=None, causing the default setup script to run ./config.sh --url https://github.com/None ....
When using
github-hetzner-runners --github-repository acme/repo
instead ofGITHUB_REPOSITORY=acme/repo github-hetzner-runners
, it seems the GitHub Actions runner created by the controller to run withGITHUB_REPOSITORY=None
, causing the default setup script to run./config.sh --url https://github.com/None ...
.