mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-07-30 23:50:27 -07:00
Merge branch 'master' into master
This commit is contained in:
@@ -144,7 +144,7 @@ jobs:
|
||||
run: linPEAS/linpeas.sh
|
||||
|
||||
- name: Create local changes
|
||||
run: git add linPEAS/linpeas.sh
|
||||
run: git add linPEAS/linpeas.sh -h
|
||||
|
||||
- name: Commit results to Github
|
||||
run: |
|
||||
@@ -157,7 +157,7 @@ jobs:
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
branch: refs/heads/${{ github.head_ref }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||
force: true
|
||||
|
||||
Build_and_test_macpeas_master:
|
||||
|
||||
Reference in New Issue
Block a user