Deploying to gh-pages from @ qmk/qmk_firmware@e6e11dfde7 🚀

This commit is contained in:
zvecr 2023-03-07 01:07:28 +00:00
parent 7c1d054412
commit f8eac5213d

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: