Skip to content

Commit 69073b4

Browse files
committed
chore(ci): disable output debugging as pr body isnt accepted
1 parent ac07fe2 commit 69073b4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/on_merged_pr.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
needs: get_pr_details
1919
runs-on: ubuntu-latest
2020
steps:
21-
- name: Debug outputs
22-
run: echo 'Outputs ${{ toJSON(needs.get_pr_details.outputs) }}'
2321
- uses: actions/checkout@v3
2422
- name: "Label PR related issue for release"
2523
uses: actions/github-script@v6

.github/workflows/on_opened_pr.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
needs: get_pr_details
1919
runs-on: ubuntu-latest
2020
steps:
21-
- name: Debug outputs
22-
run: echo 'Outputs ${{ toJSON(needs.get_pr_details.outputs) }}'
2321
- uses: actions/checkout@v3
2422
- name: "Ensure related issue is present"
2523
uses: actions/github-script@v6

0 commit comments

Comments
 (0)