Skip to content

Commit c4b6f12

Browse files
committed
more logs
1 parent 2ad1804 commit c4b6f12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/find_new_boards.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ fi
2727
# Compare boards.txt file in the repo with the modified file
2828
diff=$(diff -u boards.txt boards_pr.txt)
2929

30+
# Print the diff
31+
echo "Diff:"
32+
echo "$diff"
33+
3034
# Extract added or modified lines (lines starting with '+' or '-')
3135
modified_lines=$(echo "$diff" | grep -E '^[+-][^+-]')
3236

0 commit comments

Comments
 (0)