forked from mirrors/qmk_userspace
Disable safe.directory check (#19970)
This commit is contained in:
parent
d35cdcc933
commit
53727062db
6 changed files with 19 additions and 0 deletions
3
.github/workflows/format.yml
vendored
3
.github/workflows/format.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
|||
container: qmkfm/qmk_cli
|
||||
|
||||
steps:
|
||||
- name: Disable safe.directory check
|
||||
run : git config --global --add safe.directory '*'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue