Skip to content

Commit 8b98473

Browse files
authored
Change GitHub Actions bot user to Eatham532 [skip deploy]
1 parent 5022f47 commit 8b98473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ jobs:
201201
- name: 💾 Commit version bump
202202
shell: bash
203203
run: |
204-
git config user.name "github-actions[bot]"
205-
git config user.email "github-actions[bot]@users.noreply.github.com"
204+
git config user.name "Eatham532"
205+
git config user.email "78714349+Eatham532@users.noreply.github.com"
206206
git add pyproject.toml
207207
git commit -m "chore: bump version to ${{ steps.bump_version.outputs.new_version }} [skip deploy]"
208208
git push origin main

0 commit comments

Comments
 (0)