Skip to content

Commit 9370248

Browse files
fix: move up set safe
1 parent 5a39532 commit 9370248

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
uses: actions/checkout@v4
6363
with:
6464
fetch-depth: 0
65+
- name: Set safe
66+
run: git config --global --add safe.directory /__w/example-python/example-python
6567
- name: Set up Python 3.10
6668
uses: actions/setup-python@v4
6769
with:
@@ -73,7 +75,6 @@ jobs:
7375

7476
- name: test run subprocess
7577
run: |
76-
git config --global --add safe.directory /__w/example-python/example-python
7778
python test_root.py
7879
git rev-parse --show-toplevel
7980
git remote

0 commit comments

Comments
 (0)