Skip to content

Commit 1b722a7

Browse files
committed
fix contains parameters
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent 81138b8 commit 1b722a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/separate_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: get-changed-files
4343
if: |
4444
needs.get-changed-files.outputs.frameworks != '' &&
45-
contains(needs.get-changed-files.outputs.frameworks 'unikraft')
45+
contains(needs.get-changed-files.outputs.frameworks, 'unikraft')
4646
strategy:
4747
fail-fast: false
4848
matrix:

0 commit comments

Comments
 (0)