From 874847099a619c8c1b517668f25e072bdf7f3b22 Mon Sep 17 00:00:00 2001 From: Rajan Paneru Date: Sun, 19 May 2024 18:46:08 +0930 Subject: [PATCH] moved script to the workflow folder --- .github/workflows/auto_update_price_and_context_window.yml | 2 +- .../workflows}/auto_update_price_and_context_window_file.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {ci_cd => .github/workflows}/auto_update_price_and_context_window_file.py (100%) diff --git a/.github/workflows/auto_update_price_and_context_window.yml b/.github/workflows/auto_update_price_and_context_window.yml index a2b677e53..e7d65242c 100644 --- a/.github/workflows/auto_update_price_and_context_window.yml +++ b/.github/workflows/auto_update_price_and_context_window.yml @@ -15,7 +15,7 @@ jobs: pip install aiohttp - name: Update JSON Data run: | - python ci_cd/auto_update_price_and_context_window_file.py + python ".github/workflows/auto_update_price_and_context_window_file.py" - name: Create Pull Request run: | git add model_prices_and_context_window.json diff --git a/ci_cd/auto_update_price_and_context_window_file.py b/.github/workflows/auto_update_price_and_context_window_file.py similarity index 100% rename from ci_cd/auto_update_price_and_context_window_file.py rename to .github/workflows/auto_update_price_and_context_window_file.py