Skip to content

Commit 4d17c17

Browse files
debugging 6
1 parent a99b5a3 commit 4d17c17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Build and Test
2323
run: |
2424
git config --global --add safe.directory '*'
25-
echo $(git status)
2625
2726
modified_files=$(git diff --name-only HEAD~1...HEAD)
2827
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)

0 commit comments

Comments
 (0)