Skip to content

Commit 11784b1

Browse files
committed
don't print matrix anymore
1 parent 64d46b1 commit 11784b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
echo "Convert to single line JSON"
3737
jq -c . matrix.json > matrix-one-line.json
3838
echo "matrix=$(cat matrix-one-line.json)" >> $GITHUB_OUTPUT
39-
- name: Print uploaded matrix
40-
run: |
41-
echo "${{ steps.generate-matrix.outputs.matrix }}"
4239
4340
check:
4441
permissions:

0 commit comments

Comments
 (0)