Skip to content

Commit

Permalink
Update ci-it.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil authored Apr 12, 2024
1 parent f5e1d9d commit 062e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: matrix
shell: bash
run: |
MATRIX=$(cat .github/workflows/k8s-versions.json)
MATRIX=$(jq -c . .github/workflows/k8s-versions.json)
echo "MATRIX=$MATRIX" >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.matrix.outputs.MATRIX }}
Expand Down

0 comments on commit 062e8cb

Please sign in to comment.