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 8f76047 commit f4c1c44Copy full SHA for f4c1c44
1 file changed
.github/workflows/update-changelog.yml
@@ -11,8 +11,6 @@ jobs:
11
steps:
12
- name: Checkout code
13
uses: actions/checkout@v3
14
- with:
15
- ref: main
16
17
- name: Update Changelog
18
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +21,5 @@ jobs:
23
21
- name: Commit updated CHANGELOG
24
22
uses: stefanzweifel/git-auto-commit-action@v4
25
with:
26
- branch: main
27
commit_message: Update CHANGELOG
28
file_pattern: CHANGELOG.md
0 commit comments