Skip to content

Commit ce05f5f

Browse files
committed
Merge branch 'main' of github.com:physion/ec2-github-runner into main
2 parents 972e711 + 0561de2 commit ce05f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55146,7 +55146,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
5514655146
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.278.0.tar.gz',
5514755147
'export RUNNER_ALLOW_RUNASROOT=1',
5514855148
'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
55149-
`./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
55149+
`./config.sh --unattended --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
5515055150
'./run.sh',
5515155151
];
5515255152

0 commit comments

Comments
 (0)