mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-26 16:52:44 +00:00
Update scraper.yml
This commit is contained in:
parent
1e59cdc05c
commit
9fc4d7f9ec
3
.github/workflows/scraper.yml
vendored
3
.github/workflows/scraper.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Clone Quatalog data
|
- name: Clone Quatalog data
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: quatalog/quatalog-data
|
repository: quatalog/data
|
||||||
path: quatalog-data
|
path: quatalog-data
|
||||||
token: ${{ secrets.PUSH_TOKEN }}
|
token: ${{ secrets.PUSH_TOKEN }}
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@ jobs:
|
||||||
# path: quatalog-scraping
|
# path: quatalog-scraping
|
||||||
|
|
||||||
push-new-data:
|
push-new-data:
|
||||||
|
name: Push new data to data repo
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [scrape-data]
|
needs: [scrape-data]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue