We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a42e9a commit db4c76eCopy full SHA for db4c76e
.github/workflows/on_merged_pr.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Debug outputs
22
- run: echo "Outputs ${{ toJSON(needs.get_pr_details.outputs) }}"
+ 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