mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-19 03:22:56 -05:00
fix: add Escaped Double Quotes to comment
(#82)
Add double quotes to `comment`
This commit is contained in:
parent
401948ce79
commit
c7a55a0227
1 changed files with 1 additions and 1 deletions
|
@ -101,6 +101,6 @@ github::comment() {
|
|||
-H "$GITHUB_API_HEADER" \
|
||||
-X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{\"body\":$comment}" \
|
||||
-d "{\"body\":\"$comment\"}" \
|
||||
"$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/issues/$pr_number/comments"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue