From 43bb1f5be2995a75e84601dc3db0bc889e77d08a Mon Sep 17 00:00:00 2001 From: Ben Fu Date: Mon, 1 Jul 2024 10:54:33 -0500 Subject: [PATCH] Update includes matrix --- .github/workflows/matrix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix.yaml b/.github/workflows/matrix.yaml index 8536f22..8424fe3 100644 --- a/.github/workflows/matrix.yaml +++ b/.github/workflows/matrix.yaml @@ -52,6 +52,6 @@ jobs: echo "Include: ${include}" echo "include=${include}" >> "${GITHUB_OUTPUT}" - matrix="$(echo "${base_matrix}" | jq -rc --arg INCLUDE "${include}" '.include = $INCLUDE')" + matrix="$(echo "${base_matrix}" | jq -rc --arg INCLUDE "${include}" '. += {"include": $INCLUDE}')" echo "Computed matrix: ${matrix}" echo "matrix=${matrix}" >> "${GITHUB_OUTPUT}"