qmk_firmware

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

commit f076458cd05c52892a95125fdd6b65ce1dc6f6cc
parent 5bc514036b094560b16190edc65687d9ec4b82e3
Author: QMK Bot <hello@qmk.fm>
Date:   Fri,  7 Apr 2023 08:38:54 +0000

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

Diffstat:
M.github/workflows/ci_builds.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml @@ -65,4 +65,4 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.CI_DISCORD_WEBHOOK }} run: | python3 -m pip install -r requirements.txt - python3 ./discord-results.py --branch ${{ matrix.branch }} --keymap ${{ matrix.keymap }} --url ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }} + python3 ./discord-results.py --branch ${{ matrix.branch }} --keymap ${{ matrix.keymap }} --url ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}