From 563d44e586f52eb88913f124b043d007dd36200d Mon Sep 17 00:00:00 2001 From: schlessera Date: Mon, 9 May 2022 13:58:27 +0000 Subject: [PATCH] Update file(s) from wp-cli/.github --- .github/workflows/regenerate-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index d075c9f..8283590 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -96,7 +96,7 @@ jobs: uses: repo-sync/pull-request@v2 with: source_branch: regenerate-readme - destination_branch: main + destination_branch: ${{ github.event.repository.default_branch }} github_token: ${{ secrets.GITHUB_TOKEN }} pr_title: Regenerate README file pr_body: "**This is an automated pull-request**\n\nRefreshes the `README.md` file with the latest changes to the docblocks in the source code."