Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 28, 2022
1 parent 3fb10ff commit 8c5d0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
--colMaxWidth="${{ inputs.col_max_width }}" --colMaxWords="${{ inputs.col_max_words }}" \
${EXTRA_ARGS} && exit_status=$? || exit_status=$?

rm -f ./auto-doc
rm -f $BIN_PATH

if [[ $exit_status -ne 0 ]]; then
echo "::warning::Error occurred running auto-doc"
Expand Down

0 comments on commit 8c5d0c2

Please sign in to comment.