Skip to content

Commit ef9ef74

Browse files
Fix example (#35)
1 parent e9f099b commit ef9ef74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: discover-python-projects
2626
strategy:
2727
matrix:
28-
project: ${{ fromJson(needs.discover-python-projects.outputs.projects-by-command.install) }}
28+
project: ${{ fromJson(needs.discover-python-projects.outputs.projects-by-command).install }}
2929

3030
defaults:
3131
run:

0 commit comments

Comments
 (0)