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 82c2396 + ac80687 commit 2e8e19fCopy full SHA for 2e8e19f
entrypoint.sh
@@ -67,7 +67,7 @@ if [[ ${RANDOM_RUNNER_SUFFIX} != "true" ]]; then
67
fi
68
69
_RUNNER_WORKDIR=${RUNNER_WORKDIR:-/_work/${_RUNNER_NAME}}
70
-_LABELS=${LABELS:-default}
+_LABELS=${RUNNER_LABELS:-${LABELS:-default}}
71
_RUNNER_GROUP=${RUNNER_GROUP:-Default}
72
_GITHUB_HOST=${GITHUB_HOST:="github.com"}
73
_RUN_AS_ROOT=${RUN_AS_ROOT:="true"}
0 commit comments