ci: Make commit author GitHub Actions bot
This commit is contained in:
4
.github/workflows/update-generated-files.yml
vendored
4
.github/workflows/update-generated-files.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/update-tlds-list.yml
vendored
4
.github/workflows/update-tlds-list.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user