testflows / TestFlows-GitHub-Hetzner-Runners

Autoscaling Self-Hosted GitHub Actions Runners on Hetzner Cloud.
https://testflows.com
Other
34 stars 3 forks source link

`--github-repository` option does not propagate into setup script #13

Closed NiklasRosenstein closed 9 months ago

NiklasRosenstein commented 10 months ago

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 ....

vzakaznikov commented 10 months ago

Thanks @NiklasRosenstein! I will take a look.

vzakaznikov commented 9 months ago

Should be fixed in https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/releases/tag/1.5.240116.1161741.

NiklasRosenstein commented 9 months ago

Thanks!