mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-07-30 23:50:27 -07:00
m
This commit is contained in:
@@ -33,4 +33,4 @@ jobs:
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run linpeas
|
||||
run: ./linpeas.sh
|
||||
run: linPEAS/linpeas.sh
|
||||
@@ -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