Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adysec authored Jun 26, 2024
1 parent 751fdf3 commit 01cf178
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
with:
python-version: '3.x'

- name: Run main.py
run: python main.py
- name: Clone Repos
run: python 1-clone_repos.py
- name: Move Duplicated
run: python 2-remove_duplicated.py
- name: Get POC Name
run: python 3-get_pocname.py

- name: Commit and Push changes
run: |
Expand Down

0 comments on commit 01cf178

Please sign in to comment.