mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
put back into checkout as suggested by negril
This commit is contained in:
parent
ff14058c12
commit
3154207a2b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pkgcheck.yaml
vendored
2
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -11,8 +11,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Run pkgcheck
|
||||
- run: git config --global --add safe.directory /github/workspace
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}
|
||||
|
|
|
|||
2
.github/workflows/pkgcheck_merge.yaml
vendored
2
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -11,8 +11,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Run pkgcheck
|
||||
- run: git config --global --add safe.directory /github/workspace
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue