Skip to content

Commit c626093

Browse files
debugging 4
1 parent 58860c6 commit c626093

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
fetch-depth: 2
2222
- name: Build and Test
2323
run: |
24-
ls -a
25-
26-
echo $(pwd)
24+
echo $(git status)
2725
2826
modified_files=$(git diff --name-only HEAD~1...HEAD)
2927
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)

0 commit comments

Comments
 (0)