Skip to content

Commit 8a5ca37

Browse files
committed
workflow updated
1 parent f6ef835 commit 8a5ca37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v5
1717
with:
18-
ref: 3.x
18+
ref: main
1919

2020
- name: Update Changelog
2121
uses: stefanzweifel/changelog-updater-action@v1
@@ -26,6 +26,6 @@ jobs:
2626
- name: Commit updated CHANGELOG
2727
uses: stefanzweifel/git-auto-commit-action@v6
2828
with:
29-
branch: 3.x
29+
branch: main
3030
commit_message: Update CHANGELOG
3131
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)