Merge remote-tracking branch 'origin/master' into linpeas_dev
This commit is contained in:
commit
68ecfb0636
20
.github/workflows/CI-linpeas_master.yml
vendored
Normal file
20
.github/workflows/CI-linpeas_master.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: CI-linpeas_master
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- linpeas_prod
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- name: pull-request
|
||||
uses: repo-sync/pull-request@v2
|
||||
with:
|
||||
destination_branch: "master"
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
20
.github/workflows/CI-linpeas_prod.yml
vendored
20
.github/workflows/CI-linpeas_prod.yml
vendored
@ -8,16 +8,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Test_linpeas_ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run linpeas
|
||||
run: linPEAS/linpeas.sh
|
||||
|
||||
Test_linpeas_macos:
|
||||
Test_Linpeas_MacOS:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
@ -25,3 +16,12 @@ jobs:
|
||||
|
||||
- name: Run linpeas
|
||||
run: linPEAS/linpeas.sh
|
||||
|
||||
Test_Linpeas_Ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run linpeas
|
||||
run: linPEAS/linpeas.sh
|
Loading…
Reference in New Issue
Block a user