mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-29 07:47:17 +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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: quatalog/data
|
||||
path: data
|
||||
|
||||
- name: Set up python
|
||||
|
|
|
|||
Loading…
Reference in a new issue