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 5ed9cb9 commit 92ef0f3Copy full SHA for 92ef0f3
src/github.sh
@@ -13,7 +13,7 @@ github::get_pr_number() {
13
}
14
15
github::get_pr_body() {
16
- jq --raw-output .pull_request.body "$GITHUB_EVENT_PATH" | sed -r 's/^#{1,3}\ /#### /'
+ jq --raw-output .pull_request.body "$GITHUB_EVENT_PATH" | sed -r 's/^#{1,3}\ /#### /g'
17
18
19
github::get_head_ref() {
0 commit comments