Modified Pipeline Fixed Typo

This commit is contained in:
kB01 2024-09-12 00:10:16 +02:00
parent c6ebd95f24
commit f096a78630

View file

@ -20,7 +20,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v4
- name: Clone ZMK Repo
run: git clone -b pointers-move-scroll https://git.kb-one.de/kb01/zmk.git
run: git clone -b feat/pointers-move-scroll https://git.kb-one.de/kb01/zmk.git
- name: Initialize ZMK
working-directory: ./zmk