Skip to content

Commit 2dd2a5b

Browse files
committed
update last param of generate-changelog action to reference the action as the author
1 parent ec99548 commit 2dd2a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
commit_message: "chore: update changelog"
2424
branch: ${{ github.head_ref }}
2525
file_pattern: "CHANGELOG.md"
26-
add_author: true
26+
commit_author: "GitHub Action <actions@github.com>"

0 commit comments

Comments
 (0)