Skip to content

Commit

Permalink
Update workflow for expected failure
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 19, 2024
1 parent d5cfd4e commit 48f05b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,9 @@ runs:
changelog=$(python github_query.py generate-release-changelog)
echo "changelog=$changelog" >> $GITHUB_OUTPUT
- name: Show changelog formatted
shell: bash
run: |
echo "${{ steps.write-changelog.outputs.changelog }}"
...

0 comments on commit 48f05b0

Please sign in to comment.