Update CI-master_tests.yml
This commit is contained in:
parent
011114efc0
commit
67f88d52be
6
.github/workflows/CI-master_tests.yml
vendored
6
.github/workflows/CI-master_tests.yml
vendored
@ -120,9 +120,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@master
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Build linpeas
|
- name: Build linpeas
|
||||||
run: |
|
run: |
|
||||||
@ -130,7 +128,7 @@ jobs:
|
|||||||
cd linPEAS
|
cd linPEAS
|
||||||
python3 -m builder.linpeas_builder
|
python3 -m builder.linpeas_builder
|
||||||
- name: Run linpeas
|
- name: Run linpeas
|
||||||
run: linPEAS/linpeas.sh
|
run: linPEAS/linpeas.sh -h
|
||||||
|
|
||||||
- name: Create local changes
|
- name: Create local changes
|
||||||
run: git add linPEAS/linpeas.sh
|
run: git add linPEAS/linpeas.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user