We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6342b commit 6bf4acbCopy full SHA for 6bf4acb
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/runner/hostedtoolcache
17
18
echo "Creating actions-runner directory for the GH Action installation"
19
sudo mkdir -p /opt/actions-runner
@@ -55,4 +55,5 @@ 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 chmod 755 "/Users/runner"
59
+sudo chown -R "$user_name":staff /Users/runner/hostedtoolcache
0 commit comments