We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e01751 commit ec99548Copy full SHA for ec99548
.github/workflows/generate-changelog.yml
@@ -8,6 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
+ with:
12
+ ref: ${{ github.head_ref }}
13
- name: Generate Changelog
14
run: |
15
export PATH="$PATH:/home/runner/.local/share/gem/ruby/3.0.0/bin"
@@ -16,3 +18,9 @@ jobs:
16
18
-u ${{ github.repository_owner }} \
17
19
-p ${{ github.event.repository.name }} \
20
--token ${{ secrets.CHANGELOG_GITHUB_TOKEN }}
21
+ - uses: stefanzweifel/git-auto-commit-action@v5
22
23
+ commit_message: "chore: update changelog"
24
+ branch: ${{ github.head_ref }}
25
+ file_pattern: "CHANGELOG.md"
26
+ add_author: true
0 commit comments