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 786d537 commit df9386fCopy full SHA for df9386f
1 file changed
.github/workflows/release-proposal.yml
@@ -160,8 +160,9 @@ jobs:
160
fi
161
162
# Store changelog for PR body
163
+ CLEANSED_COMMITS=$(echo "$COMMITS" | sed 's/`/\\`/g')
164
echo "changelog<<EOF" >> $GITHUB_OUTPUT
- echo "$COMMITS" >> $GITHUB_OUTPUT
165
+ echo "$CLEANSED_COMMITS" >> $GITHUB_OUTPUT
166
echo "EOF" >> $GITHUB_OUTPUT
167
168
# Create empty commit for the PR
0 commit comments