From d17deae0faf3c790840aa045f84c4dfe0cb6dd11 Mon Sep 17 00:00:00 2001 From: Caitlin Elfring Date: Thu, 3 Sep 2020 00:05:46 -0400 Subject: [PATCH] Missing `\` --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 61d3716..ec9d0f7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,6 +12,6 @@ echo '::endgroup::' echo '::group:: Running woke ...' woke \ --output github-actions \ - --exit-1-on-failure="${INPUT_FAIL_ON_ERROR:-false}" + --exit-1-on-failure="${INPUT_FAIL_ON_ERROR:-false}" \ ${INPUT_WOKE_ARGS} echo '::endgroup::'