From 8bba5cf973f12ea01f1299b11f246183e89845db Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 27 Jul 2023 23:22:28 +0200 Subject: [PATCH] chore: select a base branch --- .github/workflows/registry-docs-pr-based.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/registry-docs-pr-based.yml b/.github/workflows/registry-docs-pr-based.yml index f786c0c561..d43cb7c34d 100644 --- a/.github/workflows/registry-docs-pr-based.yml +++ b/.github/workflows/registry-docs-pr-based.yml @@ -192,6 +192,7 @@ jobs: uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 with: token: ${{ secrets.GH_PR_TOKEN }} + base: main branch: d-cdktf-docs-${{ github.run_id }}-${{ github.run_number }} commit-message: "cdktf: update cdktf docs" title: "cdktf: update cdktf docs"