Browse Source

[BRE-1296] Fixing workflow linter (#469)

pull/470/head
Andy Pixley 2 months ago committed by GitHub
parent
commit
9dc1257f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/workflow-linter.yml

2
.github/workflows/workflow-linter.yml

@ -72,4 +72,4 @@ jobs: @@ -72,4 +72,4 @@ jobs:
if: steps.changed-workflows.outputs.changed_files_count != '0'
run: |
echo "$files"
bwwl lint -f "$files"
bwwl lint -f $files

Loading…
Cancel
Save