Skip to content

Commit a688d27

Browse files
committed
update ci
1 parent 0e530db commit a688d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: check if files up to date
4242
run: |
4343
if [[ `git status --porcelain` ]]; then
44-
git config --global user.name 'FDKevin'
45-
git config --global user.email 'fdkevinzero@gmail.com'
44+
git config --global user.name 'github_actions'
45+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
4646
git add -A
4747
git commit -m "ci(gen): buf generate up to date"
4848
git push

0 commit comments

Comments
 (0)