Update main.yml

This commit is contained in:
Carlos Polop 2021-05-07 11:48:03 +01:00 committed by GitHub
parent 9f253a6ea4
commit bd6a0f2910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,5 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Run a one-line script - 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.