Modified Pipeline Fixed Typo
All checks were successful
/ build (push) Successful in 3m42s

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

View file

@ -20,7 +20,7 @@ jobs:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Clone ZMK Repo - 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 - name: Initialize ZMK
working-directory: ./zmk working-directory: ./zmk