We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f099b commit ef9ef74Copy full SHA for ef9ef74
.github/workflows/examples/example.yml
@@ -25,7 +25,7 @@ jobs:
25
needs: discover-python-projects
26
strategy:
27
matrix:
28
- project: ${{ fromJson(needs.discover-python-projects.outputs.projects-by-command.install) }}
+ project: ${{ fromJson(needs.discover-python-projects.outputs.projects-by-command).install }}
29
30
defaults:
31
run:
0 commit comments