mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pushed a real fix for workflows upstream, probably
https://github.com/pkgcore/pkgcheck-action/pull/19 https://github.com/pkgcore/pkgcheck-action/issues/18
This commit is contained in:
parent
474b1053af
commit
b5d5c582a1
2 changed files with 0 additions and 6 deletions
3
.github/workflows/pkgcheck.yaml
vendored
3
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -12,9 +12,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: git set safe.directory
|
||||
run: git config --global --add safe.directory ${{ github.workspace }}
|
||||
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
|
|
|
|||
3
.github/workflows/pkgcheck_merge.yaml
vendored
3
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -12,9 +12,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- 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