We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a5bc9 commit 2809712Copy full SHA for 2809712
1 file changed
modules/runners/templates/install-runner.sh
@@ -31,7 +31,7 @@ else
31
token=$(curl -f -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 180")
32
33
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)"
+ echo "Retrieved REGION from AWS API ($region)"
35
36
echo "Downloading the GH Action runner from s3 bucket $s3_location"
37
aws s3 cp "$s3_location" "$file_name" --region "$region"
@@ -54,4 +54,4 @@ fi
54
55
echo "Set file ownership of action runner"
56
chown -R "$user_name":"$user_name" .
57
-chown -R "$user_name":"$user_name" /opt/hostedtoolcache
+chown -R "$user_name":"$user_name" /opt/hostedtoolcache
0 commit comments