From d2d60d295e9947e258ea4c382672fc94f2589893 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Mon, 29 Jul 2024 13:51:39 -0400 Subject: [PATCH] Consistent quotes for defaults --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 111f44266..a77075ee6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -35,7 +35,7 @@ on: description: "The branch of this adapter repository to use" type: string required: false - default: main + default: "main" dbt_adapters_branch: description: "The branch of dbt-adapters to use" type: string