-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,16 @@ jobs: | |
- name: Run the script | ||
run: python Lists/Whitelists/Ranges_IP_Address_Company_List/bgp.he.net/get_ip_range.py -list microsoft,webex,DigitalOcean -format csv | ||
|
||
- name: List files in the root directory | ||
run: ls -la | ||
|
||
- name: List files in the Lists/TOR directory | ||
run: ls -la Lists/Whitelists/Ranges_IP_Address_Company_List/bgp.he.net/ | ||
|
||
- name: Move output files to correct directory (if necessary) | ||
run: | | ||
mv *_IP_Ranges.csv Lists/Whitelists/Ranges_IP_Address_Company_List/bgp.he.net/ || echo "File not found in root." | ||
- name: Commit and Push results | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|