File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62822,7 +62822,7 @@ function buildUserDataScript(githubRegistrationToken, label) {
62822
62822
'curl -O -L https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-linux-${RUNNER_ARCH}-2.299.1.tar.gz',
62823
62823
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.299.1.tar.gz',
62824
62824
'export RUNNER_ALLOW_RUNASROOT=1',
62825
- `./config.sh --url ${config.github.url} --token ${githubRegistrationToken} --labels ${label} --name ${label}`,
62825
+ `./config.sh --url ${config.github.url} --token ${githubRegistrationToken} --labels ${label} --name ${label} --runnergroup default --work $(pwd) `,
62826
62826
'./run.sh',
62827
62827
];
62828
62828
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function buildUserDataScript(githubRegistrationToken, label) {
22
22
'curl -O -L https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-linux-${RUNNER_ARCH}-2.299.1.tar.gz' ,
23
23
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.299.1.tar.gz' ,
24
24
'export RUNNER_ALLOW_RUNASROOT=1' ,
25
- `./config.sh --url ${ config . github . url } --token ${ githubRegistrationToken } --labels ${ label } --name ${ label } ` ,
25
+ `./config.sh --url ${ config . github . url } --token ${ githubRegistrationToken } --labels ${ label } --name ${ label } --runnergroup default --work $(pwd) ` ,
26
26
'./run.sh' ,
27
27
] ;
28
28
}
You can’t perform that action at this time.
0 commit comments