chore: remove unnecessary output in validate-pr job (#2535)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-04 13:37:15 -03:00 committed by GitHub
commit f0725ce874
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,6 @@ jobs:
validate-pr:
name: Validate PR
runs-on: ubuntu-latest
outputs:
validate_output: ${{ steps.validate.outputs }}
steps:
- name: Validate the pull request
id: validate