Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Jan 3, 2025
1 parent 18857c0 commit d2fa69f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
with:
ref: main
ref: ko3n1g/ci/fix-changelog-generator
fetch-depth: 0

- name: Build Changelog
Expand Down Expand Up @@ -69,4 +69,5 @@ jobs:
title: "Update changelog for `${{ inputs.release-branch }}`"
signoff: true
sign-commits: true
base: main
branch: bot/chore/update-changelog-into-${{ inputs.release-branch }}

0 comments on commit d2fa69f

Please sign in to comment.