Skip to content

Commit 1e752f0

Browse files
fix: remove not needed variable
1 parent 8d03d7e commit 1e752f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

modules/runners/templates/install-runner-osx.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ else
5353
# Example: brew install jq awscli
5454
fi
5555

56-
user_name="${RUNNER_USER:-ec2-user}"
57-
5856
echo "Set file ownership of action runner"
5957
sudo chown -R "$user_name":"$user_name" /opt/actions-runner
6058
sudo chown -R "$user_name":"$user_name" /opt/hostedtoolcache

0 commit comments

Comments
 (0)