fix: Workflow job names
This commit is contained in:
4
.github/workflows/update-tlds-list.yml
vendored
4
.github/workflows/update-tlds-list.yml
vendored
@@ -20,13 +20,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r tools/requirements.txt
|
pip install -r tools/requirements.txt
|
||||||
- name: Make README file
|
- name: Make TLD list file
|
||||||
run: python tools/make_tld_list.py
|
run: python tools/make_tld_list.py
|
||||||
- name: Check if there are any changes
|
- name: Check if there are any changes
|
||||||
id: verify_diff
|
id: verify_diff
|
||||||
run: |
|
run: |
|
||||||
git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT
|
git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT
|
||||||
- name: Update README file
|
- name: Update TLD file
|
||||||
if: steps.verify_diff.outputs.changed == 'true'
|
if: steps.verify_diff.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Krypton'
|
git config --global user.name 'Krypton'
|
||||||
|
|||||||
0
wordlists/discovery/tlds.txt
vendored
Normal file
0
wordlists/discovery/tlds.txt
vendored
Normal file
Reference in New Issue
Block a user