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
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