Skip to content

Commit f4c1c44

Browse files
committed
update changelog workflow
1 parent 8f76047 commit f4c1c44

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/update-changelog.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v3
14-
with:
15-
ref: main
1614

1715
- name: Update Changelog
1816
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +21,5 @@ jobs:
2321
- name: Commit updated CHANGELOG
2422
uses: stefanzweifel/git-auto-commit-action@v4
2523
with:
26-
branch: main
2724
commit_message: Update CHANGELOG
2825
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)