There was an error while loading. Please reload this page.
1 parent 47733e9 commit 86a8567Copy full SHA for 86a8567
.devcontainer/codespaceRunner2/library-scripts/start.sh
@@ -9,7 +9,7 @@ RUNNER_NAME="dockerNode-${RUNNER_SUFFIX}"
9
10
REG_TOKEN=$(curl -sX POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${GH_TOKEN}" https://api.github.com/repos/${GH_OWNER}/${GH_REPOSITORY}/actions/runners/registration-token | jq .token --raw-output)
11
12
-cd /home/docker/actions-runner
+cd /home/vscode/actions-runner
13
14
./config.sh --unattended --url https://github.com/${GH_OWNER}/${GH_REPOSITORY} --token ${REG_TOKEN} --name ${RUNNER_NAME}
15
0 commit comments