diff --git a/dist/index.js b/dist/index.js index b41931ee..1942cf68 100644 --- a/dist/index.js +++ b/dist/index.js @@ -55089,7 +55089,7 @@ async function startEc2Instance(label, githubRegistrationToken) { const ec2 = new AWS.EC2(); // User data scripts are run as the root user. - // Docker and git are required and should be pre-installed on the AMI. + // Docker and git are necessary for GitHub runner and should be pre-installed on the AMI. const userData = [ '#!/bin/bash', 'mkdir actions-runner && cd actions-runner',