Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adysec authored Jul 2, 2024
1 parent 844fcbd commit ace81a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:

- name: 1 Clone Repos
run: python 1-clone_repos.py
- name: 2 Move Duplicated
run: python 2-remove_duplicated.py
- name: 3 Download Nuclei
- name: 2 Download Nuclei
run: |
pip install requests
python 3-download_nuclei.py
python 2-download_nuclei.py
unzip nuclei.zip nuclei
rm -rf nuclei.zip
- name: 4 Check POC
run: python 4-check_poc.py
- name: 3 Check POC
run: python 3-check_poc.py
- name: 4 Move Duplicated
run: python 4-remove_duplicated.py
- name: 5 Get POC Name
run: python 5-get_pocname.py
- name: 6 Delete Nuclei
Expand Down

0 comments on commit ace81a0

Please sign in to comment.