We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a32a0ec + 54814db commit 17bd25aCopy full SHA for 17bd25a
entrypoint.sh
@@ -223,7 +223,7 @@ if ((CHECKBASHISMS_ENABLE == 1)); then
223
fi
224
225
if ((shellcheck_code != 0 || shfmt_code != 0)); then
226
- if [ "$GITHUB_EVENT_NAME" == "pull_request" ] && ((SH_CHECKER_COMMENT == 1)); then
+ if [[ "$GITHUB_EVENT_NAME" == "pull_request" || "$GITHUB_EVENT_NAME" == "pull_request_target" ]] && ((SH_CHECKER_COMMENT == 1)); then
227
_comment_on_github "$shellcheck_error" "$shfmt_error"
228
229
0 commit comments