Skip to content

Commit ede92f4

Browse files
committed
fix git perm issue
1 parent 5660323 commit ede92f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
rm ./docs/embargoed/*.nwb
8888
8989
- name: Printing log
90-
run: git status
90+
run: |
91+
git config --global --add safe.directory /__w/openscope_databook/openscope_databook
92+
git status
9193
9294
- name: Printing shortlog
9395
run: git log | git shortlog -sn

0 commit comments

Comments
 (0)