diff --git a/common/entrypoint.sh b/common/entrypoint.sh index db44f9c..de28fc6 100644 --- a/common/entrypoint.sh +++ b/common/entrypoint.sh @@ -81,8 +81,8 @@ echo "Configuring GitHub Actions Runner and registering" --url "${RUNNER_URL}" \ --token "${TOKEN}" \ --name "${RUNNER_NAME}" \ - --work ${RUNNER_WORK_DIRECTORY} \ - --runnergroup ${GROUP} \ + --work "${RUNNER_WORK_DIRECTORY}" \ + --runnergroup "${GROUP}" \ $OPTIONS echo "Starting GitHub Actions Runner"