Merge branch 'master' into multiple-intermediates

This commit is contained in:
Matt Holt 2025-12-03 11:06:12 -07:00 committed by GitHub
commit cd3daa42d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,8 +160,9 @@ jobs:
fi
# Store changelog for PR body
CLEANSED_COMMITS=$(echo "$COMMITS" | sed 's/`/\\`/g')
echo "changelog<<EOF" >> $GITHUB_OUTPUT
echo "$COMMITS" >> $GITHUB_OUTPUT
echo "$CLEANSED_COMMITS" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
# Create empty commit for the PR