From b7eb9784556cd908ff0d7f84ab125db76dd8a023 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 7 Jul 2024 09:30:55 +0900 Subject: [PATCH] fix output dir --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index bc70fce..379ac88 100755 --- a/script.sh +++ b/script.sh @@ -29,7 +29,7 @@ misspell -locale="${INPUT_LOCALE}" . | -fail-on-error="${INPUT_FAIL_ON_ERROR}" \ -level="${INPUT_LEVEL}" \ ${INPUT_REVIEWDOG_FLAGS} | - tee "${OUTPUT_FILE_NAME}" + tee "${INPUT_OUTPUT_DIR}/${OUTPUT_FILE_NAME}" exit_code=${PIPESTATUS[1]} echo '::endgroup::'