We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a0bce commit 9cfee60Copy full SHA for 9cfee60
.github/workflows/on_merged_pr.yml
@@ -18,8 +18,6 @@ jobs:
18
needs: get_pr_details
19
runs-on: ubuntu-latest
20
steps:
21
- - name: Debug outputs
22
- run: echo 'Outputs ${{ toJSON(needs.get_pr_details.outputs) }}'
23
- uses: actions/checkout@v3
24
- name: "Label PR related issue for release"
25
uses: actions/github-script@v6
.github/workflows/on_opened_pr.yml
- name: "Ensure related issue is present"
0 commit comments