ci: Don't skip CI for TLD workflow

This commit is contained in:
Krypton
2023-10-06 08:59:01 +02:00
committed by GitHub
parent 3020bdf22b
commit 638ac77048
2 changed files with 2 additions and 2 deletions

View File

@@ -28,5 +28,5 @@ jobs:
run: |
git config --global user.name 'Krypton'
git config --global user.email 'root@krypton.ninja'
git commit -am "docs: Automatic README.md file update with accurate wordlists [skip ci]"
git commit -am "chore: Automatic README.md file update with accurate wordlists [skip ci]"
git push

View File

@@ -31,5 +31,5 @@ jobs:
run: |
git config --global user.name 'Krypton'
git config --global user.email 'root@krypton.ninja'
git commit -am "chore: TLDs list update of `date +'%Y-%m-%d %H:%M:%S'` [skip ci]"
git commit -am "chore: TLDs list update of `date +'%Y-%m-%d %H:%M:%S'`"
git push