Skip to content

Commit

Permalink
fix: fix the script
Browse files Browse the repository at this point in the history
fix the diff script
  • Loading branch information
simeng-li committed Jun 13, 2024
1 parent e8bd7a5 commit a065c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fi
# Get the diff and filter for added lines only
git diff origin/main --unified=0 | grep -E '^\+' > added_lines.txt
git diff $BASE --unified=0 | grep -E '^\+' > added_lines.txt
# Remove lines that only contain file paths (diff metadata)
sed -i '/^+++ /d' added_lines.txt
Expand Down

0 comments on commit a065c89

Please sign in to comment.