Skip to content

Commit

Permalink
chore(ci): disable output debugging as pr body isnt accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Jul 13, 2022
1 parent fc3285c commit 46e1a56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on_merged_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/on_opened_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46e1a56

Please sign in to comment.