diff --git a/.github/workflows/update-tlds-list.yml b/.github/workflows/update-tlds-list.yml index 81fd0cf..1a609b0 100644 --- a/.github/workflows/update-tlds-list.yml +++ b/.github/workflows/update-tlds-list.yml @@ -20,13 +20,13 @@ jobs: run: | python -m pip install --upgrade pip pip install -r tools/requirements.txt - - name: Make README file + - name: Make TLD list file run: python tools/make_tld_list.py - name: Check if there are any changes id: verify_diff run: | git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT - - name: Update README file + - name: Update TLD file if: steps.verify_diff.outputs.changed == 'true' run: | git config --global user.name 'Krypton' diff --git a/wordlists/discovery/tlds.txt b/wordlists/discovery/tlds.txt new file mode 100644 index 0000000..e69de29