Skip to content

Commit

Permalink
Update PR-validator hook (#8346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 authored Dec 19, 2024
1 parent 84092e5 commit cfb2260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
steps:
- name: Call PR Validator
run: |
curl -s --fail-with-body "https://pr-validator.2fa.directory/${{ github.event.repository.name }}/${{ github.event.number }}/" \
-H "Content-Type: application/json"
OUTPUT=$(curl -s --fail-with-body "https://pr-validator.2fa.directory/${{ github.event.repository.name }}/${{ github.event.number }}/")
echo "$OUTPUT"

0 comments on commit cfb2260

Please sign in to comment.