We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b5e69 commit 728b51dCopy full SHA for 728b51d
.github/workflows/changelog.yml
@@ -25,4 +25,8 @@ jobs:
25
26
- name: Changelog Entry Check for the current PR
27
run: |
28
- python -m scripts.news.check_news_workflow ${{ github.event.pull_request.number }}
+ output=$(python -m scripts.news.check_news_workflow ${{ github.event.pull_request.number }})
29
+ echo "::set-output name=output::$output"
30
+ id: check_changelog
31
+ - name: Print recieved output
32
+ run: echo "${{ steps.check_changelog.outputs.output }}"
0 commit comments