workflow fix checkout issue #1169 ?

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 13:40:57 -05:00
parent 3c1f4db7fa
commit 0799a9ec14
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

@ -9,6 +9,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
run: git config --system --add safe.directory /github/workspace
with:
fetch-depth: 0
- name: Run pkgcheck

View file

@ -9,6 +9,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
run: git config --system --add safe.directory /github/workspace
with:
fetch-depth: 0
- name: Run pkgcheck