Update CI-master_tests.yml
This commit is contained in:
parent
431015a27b
commit
7c877e496e
4
.github/workflows/CI-master_tests.yml
vendored
4
.github/workflows/CI-master_tests.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
python3 -m builder.linpeas_builder
|
||||
|
||||
- name: Run linpeas
|
||||
run: linPEAS/linpeas.sh
|
||||
run: linPEAS/linpeas.sh -h
|
||||
|
||||
- name: Create local changes
|
||||
run: git add linPEAS/linpeas.sh
|
||||
@ -152,7 +152,7 @@ jobs:
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
branch: refs/heads/${{ github.head_ref }}
|
||||
branch: ${{ github.ref }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Build_and_test_macpeas_master:
|
||||
|
Loading…
Reference in New Issue
Block a user