forked from mirrors/qmk_firmware
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
487e0f010a
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue