Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2023-03-07 01:06:15 +00:00
commit 487e0f010a
1 changed files with 3 additions and 0 deletions

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: