This error occurs by default, GitHub prevents their runners from being run on a root account.
The following command should solve this issue by setting the environment variable which negates the check if a user is root or not.
export RUNNER_ALLOW_RUNASROOT="1"
This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience.
mail@thijmenheuvelink.nl - all rights reserved