Update example in databricks-configs.md (#5522) #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |