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]
|
needs: [scrape-data]
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Quatalog data
|
- name: Clone Quatalog data
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: quatalog/data
|
repository: quatalog/data
|
||||||
path: quatalog-data
|
path: quatalog-data
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: transfer-data
|
name: transfer-data
|
||||||
path: data/
|
path: data
|
||||||
|
|
||||||
- name: Copy data to repo directory
|
- name: Copy data to repo directory
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue