Disable safe.directory check (#19970)

This commit is contained in:
Joel Challis 2023-02-28 20:27:11 +00:00 committed by GitHub
parent d35cdcc933
commit 53727062db
Failed to generate hash of commit
6 changed files with 19 additions and 0 deletions

View file

@ -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