Skip to content

Commit

Permalink
escape the quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com>
  • Loading branch information
bacongobbler committed Apr 3, 2024
1 parent 9bd44ef commit 03e8655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
},
{
"role": "user",
"content": "GIT DIFF:\n\n```\n$escaped_diff\n```\n"
"content": "GIT DIFF:\n\n```\n'"$escaped_diff"'\n```\n"
}
]
}')
Expand Down

0 comments on commit 03e8655

Please sign in to comment.