Update main.yml

This commit is contained in:
ManeraKai 2022-02-20 22:52:49 +03:00 committed by GitHub
parent fcaf841e58
commit a82a8da607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install requests bs4
- name: run script
run: python instances/get_instances.py
run: python src/instances/get_instances.py
- name: commit files
run: |