Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansh-007 committed Oct 19, 2021
1 parent d8b5e69 commit 728b51d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:
- name: Changelog Entry Check for the current PR
run: |
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 }})
echo "::set-output name=output::$output"
id: check_changelog
- name: Print recieved output
run: echo "${{ steps.check_changelog.outputs.output }}"

0 comments on commit 728b51d

Please sign in to comment.