Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerai1 committed Jul 3, 2024
1 parent e28149c commit e4f7c79
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'

# Runs a single command using the runners shell
- name: Check input
run: ..

# Runs a single command using the runners shell
- name: Check input
run: ls -a

# Runs a single command using the runners shell
- name: Check input
run: ls -a
- name: Checkout
uses: actions/checkout@v2

# Install Holehe
# Install DNSTwist
- name: Install DNSTwist
run: pip install DNSTwist

Expand Down

0 comments on commit e4f7c79

Please sign in to comment.