actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.65k stars 895 forks source link

Github self-hosted runners dont registrate and has offline status #3255

Open AlexanderBurdenko opened 2 months ago

AlexanderBurdenko commented 2 months ago

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}