Skip to content

Commit 5d9b14b

Browse files
committed
Add a blank line for better readability before the Upload Diff as Artifact step
1 parent d3c3d92 commit 5d9b14b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
# Remove metadata lines and retain only actual code changes (+/-)
4141
grep -E '^(\+|-)' changes.diff | sed 's/^+/Added: /; s/^-/Removed: /' > sanitized_diff.txt
42+
4243

4344
# Step 4: Upload the diff file as an artifact (optional)
4445
- name: Upload Diff as Artifact

0 commit comments

Comments
 (0)