Skip to content

Commit e0022cd

Browse files
committed
🔊 Fixes stdout log syntax error
1 parent a075d2a commit e0022cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if [[ "${INPUT_FORMAT}" = 'true' && "${black_error}" = 'true' ]]; then
9292
black_error="true"
9393
echo "::set-output name=is_formatted::false"
9494
else
95-
echo "[action-black] ERROR: Something went wrong while trying to run the black formatter (error code: ${black_exit_val})."
95+
echo "[action-black] ERROR: Something went wrong while trying to run the black formatter (error code: ${black_format_exit_val})."
9696
exit 1
9797
fi
9898
elif [[ "${INPUT_FORMAT}" = 'true' && "${black_error}" != 'true' ]]; then

0 commit comments

Comments
 (0)