Skip to content

Commit 728b51d

Browse files
authored
Update changelog.yml
1 parent d8b5e69 commit 728b51d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ jobs:
2525
2626
- name: Changelog Entry Check for the current PR
2727
run: |
28-
python -m scripts.news.check_news_workflow ${{ github.event.pull_request.number }}
28+
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

Comments
 (0)