Skip to content

Commit 01125df

Browse files
committed
chore: configure git user for github-actions bot in release workflow
1 parent 98ccb37 commit 01125df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
- name: Setup | Stage updated documentation
8686
run: git add .
8787

88+
- name: Setup | Configure Git
89+
run: |
90+
git config user.name "github-actions[bot]"
91+
git config user.email "github-actions[bot]@users.noreply.github.com"
92+
8893
- name: Setup | Commit changes
8994
run: |
9095
git commit -m "chore: update documentation and configuration"

0 commit comments

Comments
 (0)