We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 972e711 + 0561de2 commit ce05f5fCopy full SHA for ce05f5f
1 file changed
dist/index.js
@@ -55146,7 +55146,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
55146
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.278.0.tar.gz',
55147
'export RUNNER_ALLOW_RUNASROOT=1',
55148
'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
55149
- `./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
+ `./config.sh --unattended --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
55150
'./run.sh',
55151
];
55152
0 commit comments