We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a5cb4 commit a906477Copy full SHA for a906477
.github/workflows/post-pr-comment.yml
@@ -63,7 +63,8 @@ jobs:
63
# Update existing comment
64
jq --rawfile body comment_body.txt '{"body":$body}' -n | gh api "repos/${GITHUB_REPOSITORY}/issues/comments/${COMMENT_ID}" -X PATCH --input -
65
else
66
- echo "Comment ${RAW_COMMENT_ID} did not pass validations: not editing."
+ echo "Comment ${RAW_COMMENT_ID} did not pass validations: not editing." >&2
67
+ exit 1
68
fi
69
70
# Create new comment
0 commit comments