Skip to content

Commit

Permalink
update the default inputs to match the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 12, 2024
1 parent c662862 commit 3e9661e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:
description: "The branch of this adapter repository to use"
type: string
required: false
default: "main"
default: "1.9.latest"
dbt_adapters_branch:
description: "The branch of dbt-adapters to use"
type: string
Expand All @@ -56,7 +56,7 @@ on:
description: "The branch of dbt-core to use"
type: string
required: false
default: "main"
default: "1.9.latest"
dbt_common_branch:
description: "The branch of dbt-common to use"
type: string
Expand Down

0 comments on commit 3e9661e

Please sign in to comment.