Giglium / vinted_scraper

A very simple Python package that scrapes the Vinted website to retrieve information about its items.
MIT License
17 stars 3 forks source link

Missing sub-modules on update user agent action #40

Closed Giglium closed 8 months ago

Giglium commented 8 months ago

Describe the bug

As we can see on this failed GitHub Action: https://github.com/Giglium/vinted_scraper/actions/runs/7737106373, the checkout action of update-user-agents.yml should be:

      - name: Checkout code
        uses: actions/checkout@v4
        with:
          submodules: recursive

This is required to download the submodules necessary to execute the makefile action.

Steps to reproduce

  1. Re-run the Github Action

Expected behavior

Update the user agent file and open the PR