We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2c6e4 commit b46f787Copy full SHA for b46f787
.github/workflows/pi_matrix.yml
@@ -27,9 +27,9 @@ on:
27
parent_image_type:
28
description: 'List[str] of parent image types'
29
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 }}
+ app:
+ description: 'List[str] of apps associated to parent image types'
+ value: ${{ jobs.pi-matrix.outputs.app }}
33
34
env:
35
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments