Skip to content

Commit

Permalink
fix: only print errors if validate fails
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 20, 2024
1 parent 32877b8 commit 298e270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
```
- name: 🚦 Check for errors
if: steps.validate.outputs.exitCode != 0
run: |
echo "::error::Validate stderr${{ steps.validate.outputs.stderr }}"
exit ${{ steps.validate.outputs.exitCode }}

0 comments on commit 298e270

Please sign in to comment.