You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to debug this issue and it is happening because actions/checkout cannot reset the state of the workdir, which is caused by php-actions/composer running as root:root. However,actions/checkout is being run by the same user who "owns" the self-hosted runner (non-root user).