From e232ad4c41460c464033eaac1c6abfb032ee13f4 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 22 Jun 2022 19:33:53 +0200 Subject: [PATCH] ci: fix schema update commit author (#1912) Fix #1901 --- .github/workflows/api-schema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-schema.yml b/.github/workflows/api-schema.yml index 2a097ecdc..ca4734944 100644 --- a/.github/workflows/api-schema.yml +++ b/.github/workflows/api-schema.yml @@ -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/