File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function buildUserDataScript(githubRegistrationToken, label) {
11
11
'#!/bin/bash' ,
12
12
`cd "${ config . input . runnerHomeDir } "` ,
13
13
'export RUNNER_ALLOW_RUNASROOT=1' ,
14
- `./config.sh --url ${ config . github . url } --token ${ githubRegistrationToken } --labels ${ label } --name ${ label } ` ,
14
+ `./config.sh --url ${ config . github . url } --token ${ githubRegistrationToken } --labels ${ label } ` ,
15
15
'./run.sh' ,
16
16
] ;
17
17
} else {
@@ -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 } --runnergroup default --work $(pwd) ` ,
25
+ `./config.sh --url ${ config . github . url } --token ${ githubRegistrationToken } --labels ${ label } ` ,
26
26
'./run.sh' ,
27
27
] ;
28
28
}
You can’t perform that action at this time.
0 commit comments