possibly correct workflow fix

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 13:49:51 -05:00
parent f6251a1028
commit 763dc41d5d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 3 additions and 0 deletions

View file

@ -1,2 +1,3 @@
This work was taken from https://github.com/gentoo/kde/tree/master/.github/workflows
Original work from Alfred Wingate https://github.com/parona-source
plus https://github.com/actions/checkout/issues/1169

View file

@ -11,6 +11,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
set-safe-directory: '*'
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:

View file

@ -11,6 +11,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
set-safe-directory: '*'
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with: