We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caba6ba commit d1e5faeCopy full SHA for d1e5fae
modules/runners/templates/install-runner.sh
@@ -70,5 +70,5 @@ if [[ "$os_id" =~ ^ubuntu.* ]]; then
70
fi
71
72
echo "Set file ownership of action runner"
73
-chown -R "$user_name":"$user_name" .
+chown -R "$user_name":"$user_name" /opt/actions-runner
74
chown -R "$user_name":"$user_name" /opt/hostedtoolcache
0 commit comments