diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-20 22:52:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-20 22:52:49 +0300 |
commit | a82a8da6074ceabf159a0c62b6f47b871b0700d9 (patch) | |
tree | 74c4e1953f7920f442992aec28ac65a2eb4063d9 /.github/workflows | |
parent | Update README.md (diff) | |
download | libredirect-a82a8da6074ceabf159a0c62b6f47b871b0700d9.zip |
Update main.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a3abf0a..986cec29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | |