mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
--repo is failing in ci, not sure why
This commit is contained in:
parent
da3d78ad33
commit
538afbb9c7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pkgcheck.yaml
vendored
2
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Tree-wide pkgcheck pentoo-ci
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --repo pentoo -C PentooCI --exit PentooCI --net
|
||||
args: -C PentooCI --exit PentooCI --net
|
||||
|
||||
- name: Tree-wide pkgcheck error check
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
|
|
|
|||
2
.github/workflows/pkgcheck_merge.yaml
vendored
2
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Tree-wide pkgcheck pentoo-ci
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --repo pentoo -C PentooCI --exit PentooCI --net
|
||||
args: -C PentooCI --exit PentooCI --net
|
||||
|
||||
- name: Tree-wide pkgcheck error check
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue