Skip to content

Commit

Permalink
fix: comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 20, 2024
1 parent 15f1ac5 commit da49dcd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pull_request.redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,14 @@ jobs:
### Redirects Validation Output
#### `stdout`
```${{ steps.validate.outputs.stdout }}```
```
${{ steps.validate.outputs.stdout }}
```
#### `stderr`
```${{ steps.validate.outputs.stderr }}```
```
${{ steps.validate.outputs.stderr }}
```
- name: 🚦 Check for errors
run: exit ${{ steps.validate.outputs.exitCode }}

0 comments on commit da49dcd

Please sign in to comment.