Skip to content

Commit ca98c74

Browse files
Update workflow
1 parent a251062 commit ca98c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
id: filter
2929
with:
3030
filters: |
31-
${{ join(steps.set-folders.outputs.filters, '\n') }}
31+
${{ join(fromJSON(steps.set-folders.outputs.filters), '\n') }}

0 commit comments

Comments
 (0)