From 5469446a1a2cb7f5d77b6d82507459e8ca53d8a3 Mon Sep 17 00:00:00 2001 From: aiden vigue Date: Thu, 10 Jun 2021 09:05:18 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6ba7b049..03d40557 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,8 +22,8 @@ jobs: uses: EndBug/add-and-commit@v7 # You can change this to use a specific version with: add: '.' - author_name: jellyfin-bot - author_email: team@jellyfin.org + author_name: acvigue + author_email: acvigue@me.com default_author: github_actor message: 'Auto lint' pull_strategy: '--no-rebase'