ci: Rename commit names for automatic updates

This commit is contained in:
Krypton
2025-04-09 13:36:35 +02:00
committed by GitHub
parent 94cae29044
commit 324226a1e3
2 changed files with 2 additions and 2 deletions

View File

@@ -32,5 +32,5 @@ jobs:
run: |
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 commit -am "chore: Automatic update of generated files [skip ci]"
git push

View File

@@ -33,5 +33,5 @@ jobs:
run: |
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 commit -am "chore: Automatic update of TLDs list (`date +'%Y-%m-%d %H:%M:%S'`)"
git push