From 210f8dd8f20d6c0eb345a1a2b6aef2d6e9323428 Mon Sep 17 00:00:00 2001 From: parroty Date: Sun, 10 Apr 2022 20:19:20 +0900 Subject: [PATCH] Add quotes for --work and --runnergroup arguments --- common/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"