mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
negril's fix minus homedir setting
This commit is contained in:
parent
3154207a2b
commit
474b1053af
2 changed files with 8 additions and 2 deletions
5
.github/workflows/pkgcheck.yaml
vendored
5
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -11,7 +11,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git config --global --add safe.directory /github/workspace
|
||||
|
||||
- name: git set safe.directory
|
||||
run: git config --global --add safe.directory ${{ github.workspace }}
|
||||
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
|
|
|
|||
5
.github/workflows/pkgcheck_merge.yaml
vendored
5
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -11,7 +11,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git config --global --add safe.directory /github/workspace
|
||||
|
||||
- name: git set safe.directory
|
||||
run: git config --global --add safe.directory ${{ github.workspace }}
|
||||
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue