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