Skip to content

Commit 3082018

Browse files
committed
chore: use true github actions bot creds
1 parent df547f8 commit 3082018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Push changes
4848
run: |
4949
git config --global user.name 'github-actions[bot]'
50-
git config --global user.email '27856297+dependabot-preview[bot]@users.noreply.github.com'
50+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
5151
git config --unset-all http.https://github.com/.extraheader
5252
5353
if [[ -n $(git status --porcelain) ]]; then

0 commit comments

Comments
 (0)