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 cd046b9 commit 60915d2Copy full SHA for 60915d2
generate-stackbrew-pr.sh
@@ -76,7 +76,7 @@ function pr_payload() {
76
local body
77
local maintainers
78
79
- escaped_message="$(echo "${COMMIT_MESSAGE}" | sed -E -e "s/\"/\\\\\"/g")"
+ escaped_message="$(echo "${COMMIT_MESSAGE}" | head -n 1 | sed -E -e "s/\"/\\\\\"/g")"
80
81
if [ -n "${PR_NUMBER}" ]; then
82
body="Pull Request: ${DOCKER_SLUG}#${PR_NUMBER}"
0 commit comments