Describe the bug
If using version v2.313.0 for self-hosted runners with option ./config.sh --disableupdate
It's not registrate Self-Hosted Runners, got error that Runner is old version and runners has offline status in Github UI
Runner Version and Platform
v2.313.0
OS of the machine running the runner? OSX/Windows/Linux/...
Linux and Windows
Hello!
Describe the bug If using version v2.313.0 for self-hosted runners with option ./config.sh --disableupdate It's not registrate Self-Hosted Runners, got error that Runner is old version and runners has offline status in Github UI
Runner Version and Platform
v2.313.0
OS of the machine running the runner? OSX/Windows/Linux/... Linux and Windows
What's not working?
Full command ./config.sh \ --disableupdate --unattended \ --ephemeral \ --replace \ --runnergroup "${runner_group}" \ --labels ${runner_labels} \ --url https://github.com/${runner_owner} \ --token $${REGISTRATION_TOKEN}