Skip to content

Commit c678ee9

Browse files
committed
Fix update-changelog workflow
1 parent c9d7eb1 commit c678ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v3
1414
with:
15-
ref: main
15+
ref: master
1616

1717
- name: Update Changelog
1818
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +23,6 @@ jobs:
2323
- name: Commit updated CHANGELOG
2424
uses: stefanzweifel/git-auto-commit-action@v4
2525
with:
26-
branch: main
26+
branch: master
2727
commit_message: Update CHANGELOG
2828
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)