We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7889681 commit f02dbccCopy full SHA for f02dbcc
1 file changed
.github/action/entrypoint.sh
@@ -57,8 +57,6 @@ run_checks() {
57
exit_code=1
58
elif [[ "$status" == "partial" && "$fail_on_warn" == "true" ]]; then
59
60
- elif [[ "$status" == "partial" && $exit_code -eq 0 ]]; then
61
- exit_code=2
62
fi
63
64
echo "::endgroup::"
0 commit comments