diff --git a/.github/workflows/update-readme-file.yml b/.github/workflows/update-readme-file.yml index fc0d30b..0cd2f54 100644 --- a/.github/workflows/update-readme-file.yml +++ b/.github/workflows/update-readme-file.yml @@ -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 diff --git a/.github/workflows/update-tlds-list.yml b/.github/workflows/update-tlds-list.yml index 1a609b0..bcdfc56 100644 --- a/.github/workflows/update-tlds-list.yml +++ b/.github/workflows/update-tlds-list.yml @@ -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