Fix test-action.yml

This commit is contained in:
Hécate Moonlight 2024-09-16 10:14:55 +02:00
parent b630d8531f
commit ffd714e3fa

View File

@ -25,7 +25,7 @@ jobs:
- name: Output matrix
run: |
jq '.' <<< "${{ steps.create-matrix.matrix }}"
jq '.' <<< '${{ steps.create-matrix.outputs.matrix }}'
test-setup-action:
name: 'Test setup-get-tested action'