File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/runners/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 token=$( curl -f -X PUT " http://169.254.169.254/latest/api/token" -H " X-aws-ec2-metadata-token-ttl-seconds: 180" )
3232
3333 region=$( curl -f -H " X-aws-ec2-metadata-token: $token " -v http://169.254.169.254/latest/dynamic/instance-identity/document | jq -r .region)
34- echo " Reteieved REGION from AWS API ($region )"
34+ echo " Retrieved REGION from AWS API ($region )"
3535
3636 echo " Downloading the GH Action runner from s3 bucket $s3_location "
3737 aws s3 cp " $s3_location " " $file_name " --region " $region "
5454
5555echo " Set file ownership of action runner"
5656chown -R " $user_name " :" $user_name " .
57- chown -R " $user_name " :" $user_name " /opt/hostedtoolcache
57+ chown -R " $user_name " :" $user_name " /opt/hostedtoolcache
You can’t perform that action at this time.
0 commit comments