mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-16 02:38:47 +00:00
Display matrix and add to artifact
This commit is contained in:
parent
c450bb5d17
commit
0599d01e51
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
@ -159,6 +159,26 @@ jobs:
|
|||||||
|
|
||||||
echo "::endgroup::"
|
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"
|
echo "::group::outboards"
|
||||||
if [ -n "$shield" ]
|
if [ -n "$shield" ]
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user