Skip to content

Commit 58860c6

Browse files
debugging 3
1 parent cd8094f commit 58860c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: |
2424
ls -a
2525
26+
echo $(pwd)
27+
2628
modified_files=$(git diff --name-only HEAD~1...HEAD)
2729
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
2830

0 commit comments

Comments
 (0)