Skip to content

Commit 86a8567

Browse files
committed
fix
1 parent 47733e9 commit 86a8567

File tree

1 file changed

+1
-1
lines changed
  • .devcontainer/codespaceRunner2/library-scripts

1 file changed

+1
-1
lines changed

.devcontainer/codespaceRunner2/library-scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUNNER_NAME="dockerNode-${RUNNER_SUFFIX}"
99

1010
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)
1111

12-
cd /home/docker/actions-runner
12+
cd /home/vscode/actions-runner
1313

1414
./config.sh --unattended --url https://github.com/${GH_OWNER}/${GH_REPOSITORY} --token ${REG_TOKEN} --name ${RUNNER_NAME}
1515

0 commit comments

Comments
 (0)