ci: Make commit author GitHub Actions bot

This commit is contained in:
Krypton
2025-02-10 11:28:21 +01:00
committed by GitHub
parent 7773af4d69
commit c18b32185b
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Update README file - name: Update README file
if: steps.verify_diff.outputs.changed == 'true' if: steps.verify_diff.outputs.changed == 'true'
run: | run: |
git config --global user.name 'Krypton' git config --global user.name 'github-actions[bot]'
git config --global user.email 'root@krypton.ninja' 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 commit -am "chore: Automatic update with accurate wordlists for generated files [skip ci]"
git push git push

View File

@@ -29,7 +29,7 @@ jobs:
- name: Update TLD file - name: Update TLD file
if: steps.verify_diff.outputs.changed == 'true' if: steps.verify_diff.outputs.changed == 'true'
run: | run: |
git config --global user.name 'Krypton' git config --global user.name 'github-actions[bot]'
git config --global user.email 'root@krypton.ninja' 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 commit -am "chore: TLDs list update of `date +'%Y-%m-%d %H:%M:%S'`"
git push git push