Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Oct 23, 2024
1 parent 2ad1804 commit c4b6f12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/find_new_boards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ fi
# Compare boards.txt file in the repo with the modified file
diff=$(diff -u boards.txt boards_pr.txt)

# Print the diff
echo "Diff:"
echo "$diff"

# Extract added or modified lines (lines starting with '+' or '-')
modified_lines=$(echo "$diff" | grep -E '^[+-][^+-]')

Expand Down

0 comments on commit c4b6f12

Please sign in to comment.