Skip to content

Commit 9922bf3

Browse files
authored
dynamic GhA Matrix (#10)
1 parent d6f86b3 commit 9922bf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/knuth.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595
outputs:
9696
matrix: ${{ steps.set-matrix.outputs.matrix }}
9797
steps:
98-
- uses: actions/checkout@v3
99-
with:
100-
submodules: true
98+
- name: Download matrix configuration
99+
run: |
100+
curl -O https://raw.githubusercontent.com/k-nuth/ci-utils/master/.github/matrix.json
101101
- name: Generate Job Matrix
102102
id: set-matrix
103103
run: |
104-
MATRIX=$(cat ./ci_utils/.github/matrix.json)
104+
MATRIX=$(cat ./matrix.json)
105105
echo "${MATRIX}"
106106
echo "matrix=${MATRIX}" >> $GITHUB_OUTPUT
107107

0 commit comments

Comments
 (0)