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 cd8094f commit 58860c6Copy full SHA for 58860c6
.github/workflows/premerge.yaml
@@ -23,6 +23,8 @@ jobs:
23
run: |
24
ls -a
25
26
+ echo $(pwd)
27
+
28
modified_files=$(git diff --name-only HEAD~1...HEAD)
29
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
30
0 commit comments