Skip to content

Commit

Permalink
Add branch param.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed May 1, 2024
1 parent d379e9e commit 2c14969
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- prod
- test
default: prod
ref:
description: "The ref (sha or branch name) to use"
type: string
default: "main"
required: true

permissions: read-all

Expand All @@ -33,6 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
ref: "${{ inputs.ref }}"

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
Expand Down

0 comments on commit 2c14969

Please sign in to comment.