Browse Source

Fixing github output

agalles/slack-notifications
Amy Galles 11 months ago
parent
commit
05a8610248
No known key found for this signature in database
GPG Key ID: 445BCEEB6E92BD
  1. 2
      .github/workflows/workflow-linter.yml

2
.github/workflows/workflow-linter.yml

@ -47,7 +47,7 @@ jobs: @@ -47,7 +47,7 @@ jobs:
id: lint
if: steps.changed-workflows.outputs.all_changed_files_count != 0
run: |
output=$(bwwl lint -f .github/workflows/ | tee /dev/tty0)
output=$(bwwl lint -f .github/workflows/ | tee 2>&1)
echo "warnings=$(cat output | grep warning)" >> $GITHUB_OUTPUT
- name: Print job output

Loading…
Cancel
Save