We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb01370 commit 2cd6db3Copy full SHA for 2cd6db3
.github/workflows/update-changelog.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout code
16
uses: actions/checkout@v4
17
with:
18
- ref: main
+ ref: 1.x
19
20
- name: Update Changelog
21
uses: stefanzweifel/changelog-updater-action@v1
@@ -26,6 +26,6 @@ jobs:
26
- name: Commit updated CHANGELOG
27
uses: stefanzweifel/git-auto-commit-action@v6
28
29
- branch: main
+ branch: 1.x
30
commit_message: Update CHANGELOG
31
file_pattern: CHANGELOG.md
0 commit comments