We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e530db commit a688d27Copy full SHA for a688d27
.github/workflows/buf.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: check if files up to date
42
run: |
43
if [[ `git status --porcelain` ]]; then
44
- git config --global user.name 'FDKevin'
45
- git config --global user.email 'fdkevinzero@gmail.com'
+ git config --global user.name 'github_actions'
+ git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
46
git add -A
47
git commit -m "ci(gen): buf generate up to date"
48
git push
0 commit comments