From 50e12a01f65d9c4512fa3944bde2fdd4bc0e40dc Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Fri, 26 Jul 2024 13:07:26 -0500 Subject: [PATCH] use input name in tests --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f381b790..2c92137c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | - cat airflow_variables_dev.json | sed -e s/\\/home\\/airflow\\/gcs\\/dags\\/// > airflow_variables_ci.json + cat airflow_variables_${{ inputs.envName }}".json | sed -e s/\\/home\\/airflow\\/gcs\\/dags\\/// > airflow_variables_ci.json python -m pip install --upgrade pip pip install -r requirements-ci.txt