Skip to content

Commit b46f787

Browse files
committed
fix: workflow outputs
1 parent cd2c6e4 commit b46f787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pi_matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on:
2727
parent_image_type:
2828
description: 'List[str] of parent image types'
2929
value: ${{ jobs.pi-matrix.outputs.parent_image_type }}
30-
include:
31-
description: 'List[Dict] of apps associated to parent image types'
32-
value: ${{ jobs.pi-matrix.outputs.include }}
30+
app:
31+
description: 'List[str] of apps associated to parent image types'
32+
value: ${{ jobs.pi-matrix.outputs.app }}
3333

3434
env:
3535
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)