We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a53711 commit e84d5c4Copy full SHA for e84d5c4
1 file changed
.github/workflows/release.yaml
@@ -125,12 +125,7 @@ jobs:
125
git commit -m "chore: update gs-stack-status to ${VERSION}"
126
git push -u origin "$BRANCH"
127
128
- cat > /tmp/pr-body.md <<BODY_EOF
129
-Automated formula update from gs-stack-status release
130
-
131
-**Release:** ${RELEASE_URL}
132
-**Workflow:** ${JOB_URL}
133
-BODY_EOF
+ printf 'Automated formula update from gs-stack-status release\n\n**Release:** %s\n**Workflow:** %s\n' "$RELEASE_URL" "$JOB_URL" > /tmp/pr-body.md
134
135
PR_URL=$(gh pr create \
136
--title "chore: update gs-stack-status to ${VERSION}" \
0 commit comments