logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 3251f4b1689c6eb7b16e00cc71b26eeb3f0f8232
parent f7a53df9d4c73963b474723b5e7d89ee5f769599
Author: QMK Bot <hello@qmk.fm>
Date:   Thu, 11 Jul 2024 23:01:49 +0000

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

Diffstat:

M.github/workflows/ci_build_major_branch.yml2++
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