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 c626093 commit a99b5a3Copy full SHA for a99b5a3
.github/workflows/premerge.yaml
@@ -21,6 +21,7 @@ jobs:
21
fetch-depth: 2
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)
0 commit comments