mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Modified Pipeline
This commit is contained in:
parent
f6c594af96
commit
b14044f926
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -2,14 +2,12 @@ on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Git checkout Config
|
- name: Git checkout Config
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Git checkout ZMK-Firmware
|
- run: git clone https://github.com/zmkfirmware/zmk.git
|
||||||
uses: actions/checkout@v4
|
- run: echo "Folder=$(ls)" >> $GITHUB_OUTPUT
|
||||||
with:
|
|
||||||
name: https://github.com/zmkfirmware/zmk.git
|
|
||||||
run: echo "Folder=$(ls)" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue