mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
fix accidental space
This commit is contained in:
parent
5defd6a331
commit
051f74d06b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pkgcheck.yaml
vendored
2
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -13,6 +13,6 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
- run : git config --global --add safe.directory /github/workspace
|
||||
- run: git config --global --add safe.directory /github/workspace
|
||||
with:
|
||||
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}
|
||||
|
|
|
|||
2
.github/workflows/pkgcheck_merge.yaml
vendored
2
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -13,6 +13,6 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
- run : git config --global --add safe.directory /github/workspace
|
||||
- run: git config --global --add safe.directory /github/workspace
|
||||
with:
|
||||
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue