This commit is contained in:
Carlos Polop 2021-06-17 23:59:17 +02:00
parent b35667dcdc
commit e6a2d71112
2 changed files with 3 additions and 3 deletions

View File

@ -33,4 +33,4 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Run linpeas - name: Run linpeas
run: ./linpeas.sh run: linPEAS/linpeas.sh

View File

@ -33,10 +33,10 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Run linpeas - name: Run linpeas
run: ./linpeas.sh run: linPEAS/linpeas.sh
- name: Create local changes - name: Create local changes
run: git add linpeas.sh run: git add linPEAS/linpeas.sh
- name: Commit results to Github - name: Commit results to Github
run: | run: |