Skip to content

Update example in databricks-configs.md (#5522) #4

Update example in databricks-configs.md (#5522)

Update example in databricks-configs.md (#5522) #4

on:
push:
branches:
- "current"
jobs:
pull-request:
if: github.repository == 'dbt-labs/docs.getdbt.com'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: pull-request
uses: repo-sync/pull-request@v2
with:
source_branch: "current"
destination_branch: "next"
pr_title: "Merge current branch into next"
pr_body: "*An automated PR to keep the next branch up to date with current*"
github_token: ${{ secrets.GITHUB_TOKEN }}