mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-11 03:05:03 +00:00
Refactor workflow and outboards
- change "merge" option to "branches" - use first branch as base and merge rest - use "zmk" file instead of manifest - checkout to subdirectories - checkout zmk manually - use west just for zephyr - use absolute paths - handle simultaneous board and shield outboards - change outboard and directory names
This commit is contained in:
8
.github/workflows/build-inputs.yml
vendored
8
.github/workflows/build-inputs.yml
vendored
@@ -40,7 +40,7 @@ on:
|
||||
description: 'Kconfig'
|
||||
required: false
|
||||
default: 'default'
|
||||
merge:
|
||||
branches:
|
||||
description: 'ZMK Branches'
|
||||
required: false
|
||||
default: 'default'
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
mapping: ${{ steps.process-inputs.outputs.mapping }}
|
||||
config: ${{ steps.process-inputs.outputs.config }}
|
||||
kconfig: ${{ steps.process-inputs.outputs.kconfig }}
|
||||
merge: ${{ steps.process-inputs.outputs.merge }}
|
||||
branches: ${{ steps.process-inputs.outputs.branches }}
|
||||
steps:
|
||||
- name: Process inputs
|
||||
id: process-inputs
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
set-output "mapping" "${{ github.event.inputs.mapping }}"
|
||||
set-output "config" "${{ github.event.inputs.config }}"
|
||||
set-output "kconfig" "${{ github.event.inputs.kconfig }}"
|
||||
set-output "merge" "${{ github.event.inputs.merge }}"
|
||||
set-output "branches" "${{ github.event.inputs.branches }}"
|
||||
build:
|
||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
||||
needs: process-inputs
|
||||
@@ -90,4 +90,4 @@ jobs:
|
||||
mapping: ${{ needs.process-inputs.outputs.mapping }}
|
||||
config: ${{ needs.process-inputs.outputs.config }}
|
||||
kconfig: ${{ needs.process-inputs.outputs.kconfig }}
|
||||
merge: ${{ needs.process-inputs.outputs.merge }}
|
||||
branches: ${{ needs.process-inputs.outputs.branches }}
|
||||
|
||||
Reference in New Issue
Block a user