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 47c666f commit 264ae7fCopy full SHA for 264ae7f
.github/workflows/premerge.yaml
@@ -24,8 +24,6 @@ jobs:
24
fetch-depth: 2
25
- name: Build and Test
26
run: |
27
- git config --global --add safe.directory '*'
28
-
29
modified_files=$(git diff --name-only HEAD~1...HEAD)
30
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
31
0 commit comments