Skip to content

Commit 7119e8d

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

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-
frameworks_object: ${{ needs.get-frameworks.outputs.frameworks_json }}
57+
frameworks_json: ${{ needs.get-frameworks.outputs.frameworks_json }}

0 commit comments

Comments
 (0)