Compare commits

...

2 Commits

Author SHA1 Message Date
Emily Rockman
71bf71b4eb add run name 2023-09-06 12:39:16 -05:00
Emily Rockman
9ad4a3b145 point to branch for testing 2023-08-31 14:54:28 -05:00

View File

@@ -10,6 +10,7 @@
# This will run when called manually.
name: Cut new release branch
run-name: "Cutting New Branch: ${{ inputs.new_branch_name }}"
on:
workflow_dispatch:
@@ -31,7 +32,7 @@ permissions:
jobs:
cut_branch:
name: "Cut branch and clean up main for dbt-core"
uses: dbt-labs/actions/.github/workflows/cut-release-branch.yml@main
uses: dbt-labs/actions/.github/workflows/cut-release-branch.yml@er/121-pre-commit
with:
version_to_bump_main: ${{ inputs.version_to_bump_main }}
new_branch_name: ${{ inputs.new_branch_name }}