Skip to content

Commit

Permalink
use input name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jul 26, 2024
1 parent 8b93922 commit 50e12a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50e12a0

Please sign in to comment.