From 46e1a5652e80c9b67242e5ec5357112a6e760de3 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Tue, 12 Jul 2022 15:43:33 +0200 Subject: [PATCH] chore(ci): disable output debugging as pr body isnt accepted --- .github/workflows/on_merged_pr.yml | 2 -- .github/workflows/on_opened_pr.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/on_merged_pr.yml b/.github/workflows/on_merged_pr.yml index a3e3d64b875..e1fcb16526f 100644 --- a/.github/workflows/on_merged_pr.yml +++ b/.github/workflows/on_merged_pr.yml @@ -18,8 +18,6 @@ jobs: needs: get_pr_details runs-on: ubuntu-latest steps: - - name: Debug outputs - run: echo 'Outputs ${{ toJSON(needs.get_pr_details.outputs) }}' - uses: actions/checkout@v3 - name: "Label PR related issue for release" uses: actions/github-script@v6 diff --git a/.github/workflows/on_opened_pr.yml b/.github/workflows/on_opened_pr.yml index f4e413092f2..3d5aab45b5d 100644 --- a/.github/workflows/on_opened_pr.yml +++ b/.github/workflows/on_opened_pr.yml @@ -18,8 +18,6 @@ jobs: needs: get_pr_details runs-on: ubuntu-latest steps: - - name: Debug outputs - run: echo 'Outputs ${{ toJSON(needs.get_pr_details.outputs) }}' - uses: actions/checkout@v3 - name: "Ensure related issue is present" uses: actions/github-script@v6