From e4f7c7989daebf60996804cdf3ae189b899908b5 Mon Sep 17 00:00:00 2001 From: J/ <55988027+jkerai1@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:12:43 +0000 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 02ed275..b1f15bf 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -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