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.
2 parents 8162dba + 60915d2 commit 2e7cc02Copy full SHA for 2e7cc02
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