Skip to content

Commit 9dc1257

Browse files
authored
[BRE-1296] Fixing workflow linter (#469)
1 parent 5108818 commit 9dc1257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
if: steps.changed-workflows.outputs.changed_files_count != '0'
7373
run: |
7474
echo "$files"
75-
bwwl lint -f "$files"
75+
bwwl lint -f $files

0 commit comments

Comments
 (0)