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 @@ -62811,7 +62811,7 @@ function buildUserDataScript(githubRegistrationToken, label) {
62811
62811
'#!/bin/bash',
62812
62812
`cd "${config.input.runnerHomeDir}"`,
62813
62813
'export RUNNER_ALLOW_RUNASROOT=1',
62814
- `./config.sh --url ${config.github.url} --token ${githubRegistrationToken} --labels ${label} --name ${label} `,
62814
+ `./config.sh --url ${config.github.url} --token ${githubRegistrationToken} --labels ${label}`,
62815
62815
'./run.sh',
62816
62816
];
62817
62817
} else {
@@ -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} --runnergroup default --work $(pwd) `,
62825
+ `./config.sh --url ${config.github.url} --token ${githubRegistrationToken} --labels ${label}`,
62826
62826
'./run.sh',
62827
62827
];
62828
62828
}
You can’t perform that action at this time.
0 commit comments