From 2431c386e7153af93a8a300b947b6d75b8cf2eca Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Thu, 15 Dec 2022 09:16:41 -0800 Subject: [PATCH] Revert "Fix a shellcheck error." This reverts commit 1b3105c8876feb23b3af01e2c90ab2dc07bd9d84. --- .github/actions/custom-woke-action/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/custom-woke-action/entrypoint.sh b/.github/actions/custom-woke-action/entrypoint.sh index 96389b75..9cf776f5 100755 --- a/.github/actions/custom-woke-action/entrypoint.sh +++ b/.github/actions/custom-woke-action/entrypoint.sh @@ -16,5 +16,5 @@ echo '::group:: Running woke ...' woke \ --output github-actions \ --exit-1-on-failure="${INPUT_FAIL_ON_ERROR:-false}" \ - "${INPUT_WOKE_ARGS}" + ${INPUT_WOKE_ARGS} echo '::endgroup::'