Update reusable workflow references to same repo

This commit is contained in:
Manna Harbour 2022-05-02 16:15:13 +10:00
parent 9ececd7ef3
commit 1ff565cc42
12 changed files with 22 additions and 32 deletions

View File

@ -2,10 +2,9 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Build Example corne-ish_zen' name: 'Build Example corne-ish_zen'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '["corne-ish_zen_left","corne-ish_zen_right"]' board: '["corne-ish_zen_left","corne-ish_zen_right"]'

View File

@ -2,11 +2,10 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Build Example corne nice_nano' name: 'Build Example corne nice_nano'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '["nice_nano"]' board: '["nice_nano"]'
shield: '["corne_left","corne_right"]' shield: '["corne_left","corne_right"]'

View File

@ -2,11 +2,10 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Build Example mousekeyspr' name: 'Build Example mousekeyspr'
on: on: workflow_dispatch
workflow_dispatch:
jobs: jobs:
build: build:
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '["nice_nano"]' board: '["nice_nano"]'
shield: '["corne_left","corne_right"]' shield: '["corne_left","corne_right"]'

View File

@ -2,11 +2,10 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Build Example tbkmini nice_nano_v2' name: 'Build Example tbkmini nice_nano_v2'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '["nice_nano_v2"]' board: '["nice_nano_v2"]'
shield: '["tbkmini_left","tbkmini_right"]' shield: '["tbkmini_left","tbkmini_right"]'

View File

@ -78,7 +78,7 @@ jobs:
set-output "kconfig" "${{ github.event.inputs.kconfig }}" set-output "kconfig" "${{ github.event.inputs.kconfig }}"
set-output "branches" "${{ github.event.inputs.branches }}" set-output "branches" "${{ github.event.inputs.branches }}"
build: build:
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
needs: process-inputs needs: process-inputs
with: with:
board: ${{ needs.process-inputs.outputs.board }} board: ${{ needs.process-inputs.outputs.board }}

View File

@ -2,12 +2,11 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Test All Boards' name: 'Test All Boards'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
if: github.repository_owner == 'manna-harbour' if: github.repository_owner == 'manna-harbour'
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '[ board: '[
"ahokore", "ahokore",

View File

@ -2,12 +2,11 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Test All Configs' name: 'Test All Configs'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
if: github.repository_owner == 'manna-harbour' if: github.repository_owner == 'manna-harbour'
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '["nice_nano"]' board: '["nice_nano"]'
shield: '["corne_left"]' shield: '["corne_left"]'

View File

@ -2,12 +2,11 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Test All Promicro Controllers' name: 'Test All Promicro Controllers'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
if: github.repository_owner == 'manna-harbour' if: github.repository_owner == 'manna-harbour'
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '[ board: '[
"bluemicro840_v1", "bluemicro840_v1",

View File

@ -2,12 +2,11 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Test All Promicro Shields' name: 'Test All Promicro Shields'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
if: github.repository_owner == 'manna-harbour' if: github.repository_owner == 'manna-harbour'
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '["nice_nano"]' board: '["nice_nano"]'
shield: '[ shield: '[

View File

@ -2,12 +2,11 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Test All Xiao Controllers' name: 'Test All Xiao Controllers'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
if: github.repository_owner == 'manna-harbour' if: github.repository_owner == 'manna-harbour'
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '[ board: '[
"seeeduino_xiao", "seeeduino_xiao",

View File

@ -2,12 +2,11 @@
# https://github.com/manna-harbour/miryoku # https://github.com/manna-harbour/miryoku
name: 'Test All Xiao Shields' name: 'Test All Xiao Shields'
on: on: workflow_dispatch
- workflow_dispatch
jobs: jobs:
build: build:
if: github.repository_owner == 'manna-harbour' if: github.repository_owner == 'manna-harbour'
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '["seeeduino_xiao"]' board: '["seeeduino_xiao"]'
shield: '[ shield: '[

View File

@ -9,7 +9,7 @@ on:
jobs: jobs:
build: build:
if: github.repository_owner == 'manna-harbour' if: github.repository_owner == 'manna-harbour'
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410 uses: ./.github/workflows/main.yml
with: with:
board: '["nice_nano"]' board: '["nice_nano"]'
shield: '["corne_left"]' shield: '["corne_left"]'