mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-28 18:59:01 +00:00
m
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user