Skip to content

Commit 2e8e19f

Browse files
authored
Merge pull request #540 from lauralex/patch-1
feat(entrypoint): add support for RUNNER_LABELS env var
2 parents 82c2396 + ac80687 commit 2e8e19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [[ ${RANDOM_RUNNER_SUFFIX} != "true" ]]; then
6767
fi
6868

6969
_RUNNER_WORKDIR=${RUNNER_WORKDIR:-/_work/${_RUNNER_NAME}}
70-
_LABELS=${LABELS:-default}
70+
_LABELS=${RUNNER_LABELS:-${LABELS:-default}}
7171
_RUNNER_GROUP=${RUNNER_GROUP:-Default}
7272
_GITHUB_HOST=${GITHUB_HOST:="github.com"}
7373
_RUN_AS_ROOT=${RUN_AS_ROOT:="true"}

0 commit comments

Comments
 (0)