Skip to content

Commit 206ea93

Browse files
committed
fix: remove unnecessary markdown formatting for resolution output in PR creation
1 parent e7241d0 commit 206ea93

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/patch-node.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@ jobs:
166166
4. Merge if everything looks good
167167
168168
${{ env.RESOLUTION_OUTPUT && '### AI Resolution Details' || '' }}
169-
${{ env.RESOLUTION_OUTPUT && '```' || '' }}
170169
${{ env.RESOLUTION_OUTPUT }}
171-
${{ env.RESOLUTION_OUTPUT && '```' || '' }}
172170
branch: "nodejs-v${{ inputs.nodeVersion }}"
173171
base: "main"
174172
delete-branch: true

0 commit comments

Comments
 (0)