From bd6a0f2910e1cee1bb071aa010e27631318c079f Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 7 May 2021 11:48:03 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a2b91b..bf3e645 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,10 +27,5 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + run: linPEAS/linpeas.sh - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project.