We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9107f9a commit 5a17874Copy full SHA for 5a17874
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
strategy:
41
fail-fast: false
42
matrix:
43
- include: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
+ include: ${{ fromJSON(needs.generate-matrix.outputs.include) }}
44
steps:
45
- uses: actions/checkout@v4
46
0 commit comments