m
This commit is contained in:
parent
b35667dcdc
commit
e6a2d71112
2
.github/workflows/linpeas-macos.yml
vendored
2
.github/workflows/linpeas-macos.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run linpeas
|
||||
run: ./linpeas.sh
|
||||
run: linPEAS/linpeas.sh
|
4
.github/workflows/linpeas-ubuntu.yml
vendored
4
.github/workflows/linpeas-ubuntu.yml
vendored
@ -33,10 +33,10 @@ jobs:
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run linpeas
|
||||
run: ./linpeas.sh
|
||||
run: linPEAS/linpeas.sh
|
||||
|
||||
- name: Create local changes
|
||||
run: git add linpeas.sh
|
||||
run: git add linPEAS/linpeas.sh
|
||||
|
||||
- name: Commit results to Github
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user