Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerai1 authored Jul 3, 2024
1 parent c4d4c99 commit e1ce930
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt

# Run Holehe with the provided input
# Run TWister with the provided input
- name: Run Script
run: python DNSTwistArgParsed.py --domaininput ${{ github.event.inputs.name }}

- name: Cat CSV
run: find -type f -name "*.csv" > cat

0 comments on commit e1ce930

Please sign in to comment.