Skip to content

Commit

Permalink
fix output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 7, 2024
1 parent b9c5875 commit b7eb978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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::'
Expand Down

0 comments on commit b7eb978

Please sign in to comment.