This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new 623f008837e [v3-3-test] Fix misspelled variable in CI migration test
DB manager export (#71334) (#71335)
623f008837e is described below
commit 623f008837ec214e81218d4a0ab7117e7679df38
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 9 16:40:38 2026 +0800
[v3-3-test] Fix misspelled variable in CI migration test DB manager export
(#71334) (#71335)
(cherry picked from commit 1f529f3837ab5e38ddd27ea355a7fbfddd392573)
Co-authored-by: Jyun-An Chen <[email protected]>
---
.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"