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 a99b5a3 commit 4d17c17Copy full SHA for 4d17c17
.github/workflows/premerge.yaml
@@ -22,7 +22,6 @@ jobs:
22
- name: Build and Test
23
run: |
24
git config --global --add safe.directory '*'
25
- echo $(git status)
26
27
modified_files=$(git diff --name-only HEAD~1...HEAD)
28
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
0 commit comments