mirror of
https://github.com/getsolus/packages.git
synced 2025-04-26 12:50:29 +03:00
ci/package_checks: disable shallow clone in pipeline
The shallow clone leads to the list of commits being incorrect, disable it entirely for now.
This commit is contained in:
parent
419d2bb2dd
commit
78918a115f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package_lint.yml
vendored
2
.github/workflows/package_lint.yml
vendored
|
@ -14,5 +14,5 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
fetch-depth: 0
|
||||
- run: common/CI/package_checks.py --base=origin/${{ github.event.pull_request.base.ref }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue