We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f79a3e + a125d7e commit 03a6e84Copy full SHA for 03a6e84
entrypoint.sh
@@ -41,7 +41,7 @@ if [[ ${RANDOM_RUNNER_SUFFIX} != "true" ]]; then
41
fi
42
43
44
-_RUNNER_WORKDIR=${RUNNER_WORKDIR:-/_work-${_RUNNER_NAME}}
+_RUNNER_WORKDIR=${RUNNER_WORKDIR:-/_work/${_RUNNER_NAME}}
45
_LABELS=${LABELS:-default}
46
_RUNNER_GROUP=${RUNNER_GROUP:-Default}
47
_GITHUB_HOST=${GITHUB_HOST:="github.com"}
0 commit comments