diff --git a/.github/workflows/transfer.yml b/.github/workflows/transfer.yml index f28d6ca..b7034b3 100644 --- a/.github/workflows/transfer.yml +++ b/.github/workflows/transfer.yml @@ -46,7 +46,7 @@ jobs: - name: Run scraper working-directory: transfer_scraper run: | - python3 main.py ${{ matrix.page }} transfer_${{ matrix.page }}.json + python3 scrape_page.py ${{ matrix.page }} transfer_${{ matrix.page }}.json - name: Upload data to artifact uses: actions/upload-artifact@v4 diff --git a/transfer_scraper/main.py b/transfer_scraper/scrape_page.py similarity index 100% rename from transfer_scraper/main.py rename to transfer_scraper/scrape_page.py