Skip to content

Commit c72f6d5

Browse files
corrected indentation
1 parent cf6551d commit c72f6d5

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,21 @@ jobs:
8484
--base master \
8585
--head $RELEASE_BRANCH \
8686
--title "chore(release): v$VERSION" \
87-
--body "## Release v$VERSION
88-
Version bump and changelog updates.
87+
--body "$(cat <<EOF
88+
## Release v$VERSION
89+
Version bump and changelog updates.
8990

90-
Triggered by: ${{ github.actor }}
91+
Triggered by: ${{ github.actor }}
9192

92-
<!-- === GH HISTORY FORMAT FENCE === -->
93-
<!--
94-
### [\`%h\`]({{.url}}/commits/%H) %s%n%n%b%n
95-
-->
96-
<!-- === GH HISTORY FORMAT FENCE === -->
97-
<!-- === GH HISTORY FENCE === -->
98-
Do NOT write here! This section will be filled in by GitHub Action
99-
automatically. If you don't want this, either remove the markers or write
100-
outside the fences.
101-
<!-- === GH HISTORY FENCE === -->"
93+
<!-- === GH HISTORY FORMAT FENCE === -->
94+
<!--
95+
### [\`%h\`]({{.url}}/commits/%H) %s%n%n%b%n
96+
-->
97+
<!-- === GH HISTORY FORMAT FENCE === -->
98+
<!-- === GH HISTORY FENCE === -->
99+
Do NOT write here! This section will be filled in by GitHub Action
100+
automatically. If you don't want this, either remove the markers or write
101+
outside the fences.
102+
<!-- === GH HISTORY FENCE === -->
103+
EOF
104+
)"

0 commit comments

Comments
 (0)