m
This commit is contained in:
parent
c87c17e527
commit
ebc2af0489
15
.github/workflows/linpeas-ubuntu.yml
vendored
15
.github/workflows/linpeas-ubuntu.yml
vendored
@ -34,3 +34,18 @@ jobs:
|
|||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run linpeas
|
- name: Run linpeas
|
||||||
run: linPEAS/linpeas.sh
|
run: linPEAS/linpeas.sh
|
||||||
|
|
||||||
|
- name: Create local changes
|
||||||
|
run: git add linPEAS/linpeas.sh
|
||||||
|
|
||||||
|
- name: Commit results to Github
|
||||||
|
run: |
|
||||||
|
git config --local user.email ""
|
||||||
|
git config --global user.name "CI-linpeas-ubuntu"
|
||||||
|
git commit -m "linpeas.sh auto update" -a --allow-empty
|
||||||
|
|
||||||
|
- name: Push changes
|
||||||
|
uses: ad-m/github-push-action@linpeasdevelop
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
branch: ${{ github.ref }}
|
Loading…
Reference in New Issue
Block a user