Skip to content

Commit

Permalink
Update update-changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Dec 9, 2023
1 parent ee1d3b0 commit c625c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
ref: 3.x

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
Expand All @@ -23,6 +23,6 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
branch: 3.x
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

0 comments on commit c625c84

Please sign in to comment.