Skip to content

Commit

Permalink
Fix test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Sep 16, 2024
1 parent b630d85 commit 9205315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9205315

Please sign in to comment.