fix: fixed typo

This commit is contained in:
Rohit
2024-05-07 09:35:25 +00:00
parent 9c4047db23
commit b328549450

View File

@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test: ${{fromJson(env.matrix)}}
test: ${{fromJson(needs.prepare.outputs.matrix)}}
steps:
- name: Checkout repository
uses: actions/checkout@v4