mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 20:33:06 +00:00
moved site_list.py to scripts/site-list.py
This script is only executed by the GitHub workflow. Keeping it inside the scripts directory makes the project's directory cleaner. Additionally, it decreases the chance of contributers executing the script even though its harmless.
This commit is contained in:
parent
ab5fcbb90f
commit
c065cbb92b
2 changed files with 2 additions and 2 deletions
4
.github/workflows/update-site-list.yml
vendored
4
.github/workflows/update-site-list.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
|||
python-version: '3.x'
|
||||
|
||||
# Execute the site_list.py Python script
|
||||
- name: Execute site_list.py
|
||||
run: python site_list.py
|
||||
- name: Execute site-list.py
|
||||
run: python scripts/site-list.py
|
||||
|
||||
# Commit any changes made by the script
|
||||
- name: Commit files
|
||||
|
|
Loading…
Reference in a new issue