Add disable git safe directory check step (#20040)

This commit is contained in:
Albert Y 2023-03-07 09:05:34 +08:00 committed by GitHub
parent c8237a7691
commit e6e11dfde7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,9 @@ jobs:
steps:
- name: Disable git safe directory checks
run : git config --global --add safe.directory '*'
- name: Checkout QMK
uses: actions/checkout@v3
with: