mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 00:31:09 +02:00
possibly correct workflow fix
This commit is contained in:
parent
f6251a1028
commit
763dc41d5d
3 changed files with 3 additions and 0 deletions
1
.github/workflows/README
vendored
1
.github/workflows/README
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/pkgcheck.yaml
vendored
1
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
1
.github/workflows/pkgcheck_merge.yaml
vendored
1
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue