Skip to content

Commit 1c59ec9

Browse files
committed
Mark repository as safe in pypi-release.yml to address actions/checkout issue AcademySoftwareFoundation#1048.
1 parent bd2b332 commit 1c59ec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
fetch-tags: true
2020
fetch-depth: 0
21+
- name: Mark repository as safe (Fix for https://github.com/actions/checkout/issues/1048)
22+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
2123

2224
- name: Install dependencies
2325
run: |

0 commit comments

Comments
 (0)