about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-02-20 22:52:49 +0300
committerGitHub <noreply@github.com>2022-02-20 22:52:49 +0300
commita82a8da6074ceabf159a0c62b6f47b871b0700d9 (patch)
tree74c4e1953f7920f442992aec28ac65a2eb4063d9
parentUpdate README.md (diff)
downloadlibredirect-a82a8da6074ceabf159a0c62b6f47b871b0700d9.zip
Update main.yml
-rw-r--r--.github/workflows/main.yml2
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: |