Skip to content

Commit d9edef8

Browse files
Seungwoo321claude
andcommitted
fix: correct PR body formatting for Recent Commits section
- Apply sed command to decode %0A line breaks in PR creation - Ensure Recent Commits section displays properly with line breaks - Align formatting with PR update functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f4122ad commit d9edef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "- **Auto-generated**: This PR was automatically created by the integration workflow"
9191
echo ""
9292
echo "### 📝 Recent Commits"
93-
echo "${{ steps.commit-info.outputs.commits }}"
93+
echo "${{ steps.commit-info.outputs.commits }}" | sed 's/%0A/\n/g; s/%0D//g; s/%25/%/g'
9494
echo ""
9595
echo "### 🔍 What happens next?"
9696
echo "1. Review the changes in this PR"

0 commit comments

Comments
 (0)