mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Run config remove as user instead of root (#1127)
* Run config remove as user instead of root * Explain why the runner can't be a service on a container * Fix typo
This commit is contained in:
@@ -73,4 +73,4 @@ if [ "${runner_plat}" == "linux" ]; then
|
||||
fi
|
||||
${prefix}./svc.sh stop
|
||||
${prefix}./svc.sh uninstall
|
||||
${prefix}./config.sh remove --token $REMOVE_TOKEN
|
||||
./config.sh remove --token $REMOVE_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user