mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-29 15:55:55 +00:00
Make checkout data repo actually check the data repo out
This commit is contained in:
parent
12d844ca28
commit
fd2da56aee
1
.github/workflows/transfer.yml
vendored
1
.github/workflows/transfer.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
- name: Checkout data repo
|
- name: Checkout data repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
repository: quatalog/data
|
||||||
path: data
|
path: data
|
||||||
|
|
||||||
- name: Set up python
|
- name: Set up python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue