Skip to content

Commit

Permalink
fix(ci): make matrix single line output
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Nov 27, 2024
1 parent 8bf4f1c commit 5ed62a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare-layouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
{name: "ExoCapsule", address: $capsule}] | map(select(.address != ""))')
echo "Matrix: $matrix"
echo "matrix=$matrix" >> "${GITHUB_OUTPUT}"
echo "matrix=$(echo $matrix | jq -c .)" >> "${GITHUB_OUTPUT}"
fetch-deployed-layouts:
timeout-minutes: 30
Expand Down

0 comments on commit 5ed62a2

Please sign in to comment.