Skip to content

Commit 1e7f4ae

Browse files
committed
more logs
1 parent 2e6ca45 commit 1e7f4ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/scripts/find_new_boards.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ then
2424
exit 1
2525
fi
2626

27+
# cat both files
28+
echo "boards.txt file in the repo:"
29+
cat boards.txt
30+
echo "Modified boards.txt file:"
31+
cat boards_pr.txt
32+
33+
# Use sed to replace CRLF with LF
34+
sed -i 's/\r$//' boards.txt
35+
sed -i 's/\r$//' boards_pr.txt
36+
2737
# Compare boards.txt file in the repo with the modified file
2838
diff=$(diff -u boards.txt boards_pr.txt)
2939

0 commit comments

Comments
 (0)