mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-02 13:58:15 +01:00
workflow fix checkout issue #1169 ?
This commit is contained in:
parent
3c1f4db7fa
commit
0799a9ec14
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
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/pkgcheck_merge.yaml
vendored
1
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue