Skip to content

Commit

Permalink
🔊 Fixes stdout log syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 28, 2020
1 parent a075d2a commit e0022cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if [[ "${INPUT_FORMAT}" = 'true' && "${black_error}" = 'true' ]]; then
black_error="true"
echo "::set-output name=is_formatted::false"
else
echo "[action-black] ERROR: Something went wrong while trying to run the black formatter (error code: ${black_exit_val})."
echo "[action-black] ERROR: Something went wrong while trying to run the black formatter (error code: ${black_format_exit_val})."
exit 1
fi
elif [[ "${INPUT_FORMAT}" = 'true' && "${black_error}" != 'true' ]]; then
Expand Down

0 comments on commit e0022cd

Please sign in to comment.