mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-22 14:52:54 +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
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: quatalog/quatalog-data
|
||||
repository: quatalog/data
|
||||
path: quatalog-data
|
||||
token: ${{ secrets.PUSH_TOKEN }}
|
||||
|
||||
|
@ -58,6 +58,7 @@ jobs:
|
|||
# path: quatalog-scraping
|
||||
|
||||
push-new-data:
|
||||
name: Push new data to data repo
|
||||
runs-on: ubuntu-latest
|
||||
needs: [scrape-data]
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue