Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 672798f

Browse files
author
GitHub Actions
committed
Update dist
1 parent 451727e commit 672798f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55089,7 +55089,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
5508955089
const ec2 = new AWS.EC2();
5509055090

5509155091
// User data scripts are run as the root user.
55092-
// Docker and git are required and should be pre-installed on the AMI.
55092+
// Docker and git are necessary for GitHub runner and should be pre-installed on the AMI.
5509355093
const userData = [
5509455094
'#!/bin/bash',
5509555095
'mkdir actions-runner && cd actions-runner',

0 commit comments

Comments
 (0)