Skip to content

Commit 2cd6db3

Browse files
authored
Update update-changelog.yml
1 parent fb01370 commit 2cd6db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
1717
with:
18-
ref: main
18+
ref: 1.x
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: main
29+
branch: 1.x
3030
commit_message: Update CHANGELOG
3131
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)