Skip to content

Commit c0eb8fa

Browse files
committed
Print a bit more
1 parent dec0187 commit c0eb8fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bevy_mod_scripting.yml

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

0 commit comments

Comments
 (0)