Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jan 15, 2021
1 parent 451727e commit 672798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 672798f

Please sign in to comment.