Skip to content

Commit

Permalink
fix: check for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 20, 2024
1 parent cefd1c5 commit 9c83e89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull_request.redirects.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate Redirects
name: Pull Request Events

on:
pull_request:
Expand Down Expand Up @@ -51,7 +51,6 @@ jobs:
cwd: ./src/scripts

- name: ✍️ Updating PR Comment
if: always()
uses: thollander/actions-comment-pull-request@v2
with:
comment_tag: validation-results
Expand All @@ -64,3 +63,6 @@ jobs:
#### `stderr`
${{ steps.validate.outputs.stderr }}
- name: 🚦 Check for errors
run: exit ${{ steps.validate.outputs.exitCode }}

0 comments on commit 9c83e89

Please sign in to comment.