From 53c02b16113febaf21f55249a9a423537a249023 Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 14 Jan 2025 12:26:54 +0100 Subject: [PATCH] Update lister.yml --- .github/workflows/lister.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lister.yml b/.github/workflows/lister.yml index d3cdba476..545686a60 100644 --- a/.github/workflows/lister.yml +++ b/.github/workflows/lister.yml @@ -43,8 +43,8 @@ jobs: # You have to create PAT (Personal Access Token) with write abillity to target repo # Save it as secret in repository where action will run (source) with name 'TARGET_REPO_TOKEN' # Check all paths in script! - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config user.name "zenobit" + git config user.email "zenobit@disroot.org" git add . if git diff-index --quiet HEAD; then echo "No changes to commit." >> $GITHUB_STEP_SUMMARY