mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-07-28 14:47:18 -07:00
Fix bot PR auto-merge and linpeas exclude matching
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- name: Download regexes
|
||||
run: |
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
# Download repo
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
# Setup go
|
||||
- uses: actions/setup-go@v6
|
||||
@@ -173,7 +173,7 @@ jobs:
|
||||
# Download repo
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
# Build linpeas (macpeas)
|
||||
- name: Build macpeas
|
||||
|
||||
Reference in New Issue
Block a user