Skip to content

Commit d1e5fae

Browse files
committed
fix: update chown call in install-runner
1 parent caba6ba commit d1e5fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/runners/templates/install-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ if [[ "$os_id" =~ ^ubuntu.* ]]; then
7070
fi
7171

7272
echo "Set file ownership of action runner"
73-
chown -R "$user_name":"$user_name" .
73+
chown -R "$user_name":"$user_name" /opt/actions-runner
7474
chown -R "$user_name":"$user_name" /opt/hostedtoolcache

0 commit comments

Comments
 (0)