mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
Display matrix and add to artifact
This commit is contained in:
parent
c450bb5d17
commit
0599d01e51
22
.github/workflows/main.yml
vendored
22
.github/workflows/main.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
id: main
|
||||
run: |
|
||||
test "$MIRYOKU_DEBUG" = 'MIRYOKU_DEBUG_TRUE' && set -x
|
||||
|
||||
|
||||
echo "::group::variables"
|
||||
|
||||
if [ -n "${{ matrix.shield }}" -a "${{ matrix.shield }}" != "default" ]
|
||||
@ -159,6 +159,26 @@ jobs:
|
||||
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::matrix"
|
||||
matrix_file="$artifact_dir/matrix.txt"
|
||||
echo "
|
||||
board: '${{ matrix.board }}'
|
||||
shield: '${{ matrix.shield }}'
|
||||
alphas: '${{ matrix.alphas }}'
|
||||
extra: '${{ matrix.extra }}'
|
||||
tap: '${{ matrix.tap }}'
|
||||
nav: '${{ matrix.nav }}'
|
||||
clipboard: '${{ matrix.clipboard }}'
|
||||
layers: '${{ matrix.layers }}'
|
||||
mapping: '${{ matrix.mapping }}'
|
||||
custom_config: '${{ matrix.custom_config }}'
|
||||
kconfig: '${{ matrix.kconfig }}'
|
||||
branches: '${{ matrix.branches }}'
|
||||
modules: '${{ matrix.modules }}'
|
||||
" > "$matrix_file"
|
||||
cat "$matrix_file"
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::outboards"
|
||||
if [ -n "$shield" ]
|
||||
then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user