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