try global safe hack
This commit is contained in:
parent
681ae1c70c
commit
2de5f7d79a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: aftercheckout
|
- name: aftercheckout
|
||||||
run: |
|
run: |
|
||||||
git init
|
git config --global --add safe.directory '*'
|
||||||
ls -al
|
ls -al
|
||||||
ls -al ..
|
ls -al ..
|
||||||
pwd
|
pwd
|
||||||
|
|
Loading…
Reference in a new issue