mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Merge branch 'main' of https://github.com/quatalog/quatalog
This commit is contained in:
commit
cf953b2f02
4
.github/workflows/transfer.yml
vendored
4
.github/workflows/transfer.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
needs: [scrape-data]
|
||||
steps:
|
||||
- name: Clone Quatalog data
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: quatalog/data
|
||||
path: quatalog-data
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: transfer-data
|
||||
path: data/
|
||||
path: data
|
||||
|
||||
- name: Copy data to repo directory
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue