Skip to content

Commit

Permalink
ci: 👷 debugging changelog pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Jan 26, 2025
1 parent 0a52a6b commit cb1221b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
skip-git-pull: true
output-file: false
create-summary: true
skip-on-empty: false

- name: Debug Changelog Output
run: |
echo "Changelog Output: ${{ steps.changelog.outputs.clean_changelog }}"
- name: Create Changelog PR
if: steps.changelog.outputs.skipped == 'false'
Expand Down

0 comments on commit cb1221b

Please sign in to comment.