Skip to content

Commit

Permalink
fixing file path
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 16, 2024
1 parent c9423a4 commit b80b926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git clone https://github.com/apache/airflow.git
mkdir -p databricks
cp airflow/tests/system/providers/databricks/example_databricks_workflow.py databricks/
python ../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py
python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py
- name: deploy
Expand Down

0 comments on commit b80b926

Please sign in to comment.