ci: fix schema update commit author (#1912)

Fix #1901
This commit is contained in:
Jonas L 2022-06-22 19:33:53 +02:00 committed by GitHub
parent 04fbcc5f36
commit e232ad4c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ jobs:
- name: Dispatch schema update commits
run: |
git config --global user.email "libretime-bot"
git config --global user.name "libretime-bot@users.noreply.github.com"
git config --global user.name "libretime-bot"
git config --global user.email "libretime-bot@users.noreply.github.com"
for commit in $(git rev-list --reverse --no-merges ${{ github.event.before }}..${{ github.sha }} -- api/schema.yml); do
cp api/schema.yml client/