From c18b32185b7348bf7b09ede2a0a9497cb129225e Mon Sep 17 00:00:00 2001 From: Krypton Date: Mon, 10 Feb 2025 11:28:21 +0100 Subject: [PATCH] ci: Make commit author GitHub Actions bot --- .github/workflows/update-generated-files.yml | 4 ++-- .github/workflows/update-tlds-list.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-generated-files.yml b/.github/workflows/update-generated-files.yml index dce30b2..369a0bd 100644 --- a/.github/workflows/update-generated-files.yml +++ b/.github/workflows/update-generated-files.yml @@ -28,7 +28,7 @@ jobs: - name: Update README file if: steps.verify_diff.outputs.changed == 'true' run: | - git config --global user.name 'Krypton' - git config --global user.email 'root@krypton.ninja' + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' git commit -am "chore: Automatic update with accurate wordlists for generated files [skip ci]" git push diff --git a/.github/workflows/update-tlds-list.yml b/.github/workflows/update-tlds-list.yml index bcdfc56..27ee885 100644 --- a/.github/workflows/update-tlds-list.yml +++ b/.github/workflows/update-tlds-list.yml @@ -29,7 +29,7 @@ jobs: - name: Update TLD file if: steps.verify_diff.outputs.changed == 'true' run: | - git config --global user.name 'Krypton' - git config --global user.email 'root@krypton.ninja' + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' git commit -am "chore: TLDs list update of `date +'%Y-%m-%d %H:%M:%S'`" git push