Skip to content

Commit 769caa6

Browse files
committed
Add debug output
1 parent 297ca75 commit 769caa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_changes.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ else
99
HEAD_REF="HEAD"
1010
fi
1111

12+
git show $HEAD_REF
13+
git show origin/master
14+
1215
echo "Using head reference: ${HEAD_REF}"
1316

1417
CHANGED_SCRAPERS=$(git whatchanged --name-only --pretty="" origin/main..${HEAD_REF} |

0 commit comments

Comments
 (0)