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
6 changed files with 19 additions and 0 deletions

View File

@@ -15,6 +15,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