We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad1804 commit c4b6f12Copy full SHA for c4b6f12
.github/scripts/find_new_boards.sh
@@ -27,6 +27,10 @@ fi
27
# Compare boards.txt file in the repo with the modified file
28
diff=$(diff -u boards.txt boards_pr.txt)
29
30
+# Print the diff
31
+echo "Diff:"
32
+echo "$diff"
33
+
34
# Extract added or modified lines (lines starting with '+' or '-')
35
modified_lines=$(echo "$diff" | grep -E '^[+-][^+-]')
36
0 commit comments