File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 - name : Generate build matrix
6161 id : set-matrix
6262 run : |
63- uv run ci-matrix.py --platform darwin --labels " ${{ steps.get-labels.outputs.labels }}" > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
63+ uv run ci-matrix.py --platform darwin --labels ' ${{ steps.get-labels.outputs.labels }}' > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
6464 # Display the matrix for debugging too
6565 cat matrix.json | jq
6666
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - name : Generate build matrix
140140 id : set-matrix
141141 run : |
142- uv run ci-matrix.py --platform linux --labels " ${{ steps.get-labels.outputs.labels }}" > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
142+ uv run ci-matrix.py --platform linux --labels ' ${{ steps.get-labels.outputs.labels }}' > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
143143 # Display the matrix for debugging too
144144 cat matrix.json | jq
145145
Original file line number Diff line number Diff line change 6060 - name : Generate build matrix
6161 id : set-matrix
6262 run : |
63- uv run ci-matrix.py --platform windows --labels " ${{ steps.get-labels.outputs.labels }}" > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
63+ uv run ci-matrix.py --platform windows --labels ' ${{ steps.get-labels.outputs.labels }}' > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
6464 # Display the matrix for debugging too
6565 cat matrix.json | jq
6666
You can’t perform that action at this time.
0 commit comments