Skip to content

Commit

Permalink
Update companies_ip_ranges.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mthcht authored Jun 19, 2024
1 parent 7243ba9 commit 7f80d58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/companies_ip_ranges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit 7f80d58

Please sign in to comment.