I want to set up a new GitHub Action Runner on a VM with this Command:
./config.sh --url https://github.com/user/repo --token XXXXXXXXXXXXX
After executing i only get a 404 Error – “message”:”Not Found”,”documentation_url”.
I searched up my self and also set up a .env
-File with the Proxy Configuration and also placed --replace
in front of the --url
but nothing changed.
New contributor
Tux666 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.