ci.yml: switch fetch-depth to fix checkwiki branch checkouts
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6eb68c4ac9
commit
228b4bb70b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue