Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit d1adebc

Browse files
committed
action branch name change
1 parent 5612040 commit d1adebc

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
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
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@v5
2525
with:
26-
branch: main
26+
branch: master
2727
commit_message: Update CHANGELOG
2828
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)