diff --git a/.github/workflows/examples/example.yml b/.github/workflows/examples/example.yml index 91dcf5d..f9f810f 100644 --- a/.github/workflows/examples/example.yml +++ b/.github/workflows/examples/example.yml @@ -25,7 +25,7 @@ jobs: needs: discover-python-projects strategy: matrix: - project: ${{ fromJson(needs.discover-python-projects.outputs.projects-by-command.install) }} + project: ${{ fromJson(needs.discover-python-projects.outputs.projects-by-command).install }} defaults: run: