Skip to content

Commit 48dce39

Browse files
committed
fix?
1 parent f5900e2 commit 48dce39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525
with:
2626
fetch-depth: 2
27+
28+
- name: Set Safe Directory
29+
run: |
30+
git config --global --add safe.directory $(pwd)
2731
2832
- name: Get changed files
2933
id: changed-files

0 commit comments

Comments
 (0)