Closed Giglium closed 9 months ago
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.
Update the user agent file and open the PR
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:
This is required to download the submodules necessary to execute the makefile action.
Steps to reproduce
Expected behavior
Update the user agent file and open the PR