Skip to content

Commit e90739b

Browse files
committed
no cat
1 parent 35500be commit e90739b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/bot-verified-commits.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
echo "Unverified commits: $UNVERIFIED_COUNT"
2929
if [ "$UNVERIFIED_COUNT" -gt 0 ]; then
3030
COMMITS_URL="https://github.com/$REPO/pull/$PR_NUMBER/commits"
31-
COMMENT=$(cat <<EOF
32-
Hi
33-
EOF )
31+
COMMENT="Hi, I'm VerificationBot. Shortening the message to see if this is the problem"
3432
# Avoid duplicate comments
3533
gh pr view "$PR_NUMBER" --repo "$REPO" --json comments --jq '.comments[].body' | grep -F "VerificationBot" >/dev/null || \
3634
(gh pr comment "$PR_NUMBER" --repo "$REPO" --body "$COMMENT" && echo "Comment added to PR #$PR_NUMBER")

0 commit comments

Comments
 (0)