pushed a real fix for workflows upstream, probably

https://github.com/pkgcore/pkgcheck-action/pull/19
https://github.com/pkgcore/pkgcheck-action/issues/18
This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 16:13:26 -05:00
parent 474b1053af
commit b5d5c582a1
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 6 deletions

View file

@ -12,9 +12,6 @@ jobs:
with:
fetch-depth: 0
- 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

@ -12,9 +12,6 @@ jobs:
with:
fetch-depth: 0
- name: git set safe.directory
run: git config --global --add safe.directory ${{ github.workspace }}
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with: