From 992ccbf9c77981a53adeb253043d6cc9d5683d19 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Tue, 23 Jul 2024 16:56:44 +0200 Subject: [PATCH] Add email --- .github/workflows/label_export.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label_export.yml b/.github/workflows/label_export.yml index f7b9d09..cf58a4a 100644 --- a/.github/workflows/label_export.yml +++ b/.github/workflows/label_export.yml @@ -44,7 +44,7 @@ jobs: - name: Commit and push changes if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' run: | - git config --local user.email " + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "GitHub Actions" git add ./label_export/annotations.json git add ./label_export/annotations.csv