Skip to content

Commit

Permalink
Update changelog output so automation updates the changelog again (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis authored Jan 4, 2024
1 parent 1a93d08 commit 37e26bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: "cargo run --bin update_inventory buildpacks/go/inventory.toml"

- name: Update Changelog
run: echo "${{ steps.set-diff-msg.outputs.DIFF_MSG }}" | xargs -r -I '{}' perl -i -p -e 's/\[Unreleased\]\s+/[Unreleased]\n\n- {}/' CHANGELOG.md
run: echo "${{ steps.set-diff-msg.outputs.msg }}" | xargs -r -I '{}' perl -i -p -e 's/\[Unreleased\]\s+/[Unreleased]\n\n- {}/' CHANGELOG.md

- name: Create Pull Request
id: pr
Expand Down

0 comments on commit 37e26bb

Please sign in to comment.