negril's fix minus homedir setting

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 15:55:41 -05:00
parent 3154207a2b
commit 474b1053af
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 8 additions and 2 deletions

View file

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

View file

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