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 30990da commit e28149c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@ jobs:

# Runs a single command using the runners shell
- name: Check input
run: echo "Checking ${{ github.event.inputs.name }}"
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

# Install Holehe
- name: Install DNSTwist
Expand Down

0 comments on commit e28149c

Please sign in to comment.