From 6365b4184af4a1a8f6d9053c0590c490bc434b3b Mon Sep 17 00:00:00 2001 From: Drew Meyers Date: Fri, 15 Mar 2024 09:41:29 -0700 Subject: [PATCH] Update smoke tests github action --- .github/workflows/smoke_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke_tests.yml b/.github/workflows/smoke_tests.yml index 300e0d3a..8f1f7c2c 100644 --- a/.github/workflows/smoke_tests.yml +++ b/.github/workflows/smoke_tests.yml @@ -11,7 +11,7 @@ on: description: "Base URL for the Airflow endpoint in MCP Venue Dev (i.e. http://abc.def.ghi:port-number)" type: string MCP_VENUE_TEST_AIRFLOW_ENDPOINT: - description: "Base URL for the Airflow endpoint in MCP Venue TEST (i.e. http://abc.def.ghi:port-number)" + description: "Base URL for the Airflow endpoint in MCP Venue Test (i.e. http://abc.def.ghi:port-number)" type: string MCP_VENUE_SBG_DEV_AIRFLOW_ENDPOINT: description: "Base URL for the Airflow endpoint in MCP Venue SBG Dev (i.e. http://abc.def.ghi:port-number)"