everyone agrees on this fix

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 14:13:11 -05:00
parent 7e554d6dff
commit 5defd6a331
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,6 @@ jobs:
fetch-depth: 0
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
- run : git config --system --add safe.directory /github/workspace
- run : git config --global --add safe.directory /github/workspace
with:
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}

View file

@ -13,6 +13,6 @@ jobs:
fetch-depth: 0
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
- run : git config --system --add safe.directory /github/workspace
- run : git config --global --add safe.directory /github/workspace
with:
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}