Skip to content

Commit 8cb5b5d

Browse files
committed
declaring outputs for reusable workflow
1 parent 44b60c3 commit 8cb5b5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/generate-matrix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
os:
77
type: string
88
required: false
9+
outputs:
10+
build_matrix:
11+
value: ${{ jobs.generate-matrix.outputs.build_matrix }}
12+
test_matrix:
13+
value: ${{ jobs.generate-matrix.outputs.test_matrix }}
914

1015
jobs:
1116
generate-matrix:

0 commit comments

Comments
 (0)