Skip to content

Commit

Permalink
Update includes matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
benfu-verses committed Jul 1, 2024
1 parent da1e113 commit 43bb1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 43bb1f5

Please sign in to comment.