mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
Add disable git safe directory check step (#20040)
This commit is contained in:
parent
c8237a7691
commit
e6e11dfde7
|
@ -106,6 +106,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Disable git safe directory checks
|
||||||
|
run : git config --global --add safe.directory '*'
|
||||||
|
|
||||||
- name: Checkout QMK
|
- name: Checkout QMK
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue