From f0725ce874231023937cdc237f73bf01dad71328 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 4 Jul 2024 13:37:15 -0300 Subject: [PATCH] chore: remove unnecessary output in validate-pr job (#2535) --- .github/workflows/conventional-labels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/conventional-labels.yml b/.github/workflows/conventional-labels.yml index 0f89f9723..078837451 100644 --- a/.github/workflows/conventional-labels.yml +++ b/.github/workflows/conventional-labels.yml @@ -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