negril's fix

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 14:07:42 -05:00
parent 763dc41d5d
commit 41cffa8924
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
set-safe-directory: '*'
- run : git config --system --add safe.directory /github/workspace
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:

View file

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
set-safe-directory: '*'
- run : git config --system --add safe.directory /github/workspace
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with: