qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit f15fff3258edb3c25405c90e06e4994c90efaa79
parent 7d94db86613113c6298ee41605d37c0ed99e3cdc
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri, 12 Jul 2024 09:01:20 +1000

[CI] Pull full history before generating index (#24102)

For some reason the history generation is way out.
Diffstat:
M.github/workflows/ci_build_major_branch.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml @@ -83,6 +83,8 @@ jobs: - name: Checkout QMK Firmware uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Download firmwares uses: actions/download-artifact@v4