Skip to content

Commit de65866

Browse files
update index.js
1 parent c4ef11f commit de65866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62811,7 +62811,7 @@ function buildUserDataScript(githubRegistrationToken, label) {
6281162811
'#!/bin/bash',
6281262812
`cd "${config.input.runnerHomeDir}"`,
6281362813
'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}`,
6281562815
'./run.sh',
6281662816
];
6281762817
} else {
@@ -62822,7 +62822,7 @@ function buildUserDataScript(githubRegistrationToken, label) {
6282262822
'curl -O -L https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-linux-${RUNNER_ARCH}-2.299.1.tar.gz',
6282362823
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.299.1.tar.gz',
6282462824
'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}`,
6282662826
'./run.sh',
6282762827
];
6282862828
}

0 commit comments

Comments
 (0)