We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a075d2a commit e0022cdCopy full SHA for e0022cd
entrypoint.sh
@@ -92,7 +92,7 @@ if [[ "${INPUT_FORMAT}" = 'true' && "${black_error}" = 'true' ]]; then
92
black_error="true"
93
echo "::set-output name=is_formatted::false"
94
else
95
- 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})."
96
exit 1
97
fi
98
elif [[ "${INPUT_FORMAT}" = 'true' && "${black_error}" != 'true' ]]; then
0 commit comments