This is an automated email from the ASF dual-hosted git repository.
henry3260 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 1f529f3837a Fix misspelled variable in CI migration test DB manager
export (#71334)
1f529f3837a is described below
commit 1f529f3837ab5e38ddd27ea355a7fbfddd392573
Author: Jyun-An Chen <[email protected]>
AuthorDate: Sun Aug 9 00:44:56 2026 +0800
Fix misspelled variable in CI migration test DB manager export (#71334)
---
.github/actions/migration_tests/action.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/migration_tests/action.yml
b/.github/actions/migration_tests/action.yml
index f3e17b4b182..9b18932028a 100644
--- a/.github/actions/migration_tests/action.yml
+++ b/.github/actions/migration_tests/action.yml
@@ -39,7 +39,7 @@ runs:
--use-airflow-version "${MIN_AIRFLOW_VERSION}" \
${AIRFLOW_EXTRAS} \
--answer y &&
- breeze shell "export
AIRFLOW__DATABASE__EXTERNAL_DB_MANAGERS=${DB_MANGERS}
+ breeze shell "export
AIRFLOW__DATABASE__EXTERNAL_DB_MANAGERS=${DB_MANAGERS}
${AIRFLOW_3_CMD}" --no-db-cleanup
env:
COMPOSE_PROJECT_NAME: "docker-compose"
@@ -73,7 +73,7 @@ runs:
--use-airflow-version "${MIN_AIRFLOW_VERSION}" \
${AIRFLOW_EXTRAS} \
--answer y &&
- breeze shell "export
AIRFLOW__DATABASE__EXTERNAL_DB_MANAGERS=${DB_MANGERS}
+ breeze shell "export
AIRFLOW__DATABASE__EXTERNAL_DB_MANAGERS=${DB_MANAGERS}
${AIRFLOW_3_CMD}" --no-db-cleanup
env:
COMPOSE_PROJECT_NAME: "docker-compose"