We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c04cdc commit b7c722cCopy full SHA for b7c722c
modules/runners/templates/install-runner-osx.sh
@@ -13,7 +13,7 @@ fi
13
file_name="actions-runner.tar.gz"
14
15
echo "Setting up GH Actions runner tool cache"
16
-mkdir -p /opt/hostedtoolcache
+mkdir -p /Users/$user_name/hostedtoolcache
17
18
echo "Creating actions-runner directory for the GH Action installation"
19
sudo mkdir -p /opt/actions-runner
@@ -55,4 +55,4 @@ fi
55
56
echo "Set file ownership of action runner"
57
sudo chown -R "$user_name":staff /opt/actions-runner
58
-sudo chown -R "$user_name":staff /opt/hostedtoolcache
+sudo chown -R "$user_name":staff /Users/$user_name/hostedtoolcache
0 commit comments