We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a39532 commit 9370248Copy full SHA for 9370248
1 file changed
.github/workflows/ci.yml
@@ -62,6 +62,8 @@ jobs:
62
uses: actions/checkout@v4
63
with:
64
fetch-depth: 0
65
+ - name: Set safe
66
+ run: git config --global --add safe.directory /__w/example-python/example-python
67
- name: Set up Python 3.10
68
uses: actions/setup-python@v4
69
@@ -73,7 +75,6 @@ jobs:
73
75
74
76
- name: test run subprocess
77
run: |
- git config --global --add safe.directory /__w/example-python/example-python
78
python test_root.py
79
git rev-parse --show-toplevel
80
git remote
0 commit comments