Skip to content

Commit bba5f37

Browse files
committed
Fix workflow parameter name
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent dbf2a2f commit bba5f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/separate_frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
with:
5555
app: ${{ inputs.app }}
5656
framework: ${{ matrix.framework }}
57-
framework_object: ${{ needs.get-frameworks.outputs.frameworks_json }}
57+
frameworks_object: ${{ needs.get-frameworks.outputs.frameworks_json }}

0 commit comments

Comments
 (0)