ci.yml: switch fetch-depth to fix checkwiki branch checkouts

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-03-16 16:00:51 -07:00
commit 228b4bb70b

View file

@ -47,13 +47,13 @@ jobs:
- name: Check out fedora_openqa
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
with:
fetch-depth: 0
repository: quality/fedora_openqa
ref: main
- name: Check out os-autoinst-distri-fedora
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
with:
fetch-depth: 0
path: os-autoinst-distri-fedora
- name: Check out matching branch (if it exists)