From 47a9e557812383c608da0190b8aca999d82e36e3 Mon Sep 17 00:00:00 2001 From: the-database <25811902+the-database@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:16:33 -0500 Subject: [PATCH] Update schema.yml --- .github/workflows/schema.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index f859b2bb..56680aa3 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -47,13 +47,12 @@ jobs: git push origin update-json-schema # Create a pull request targeting master - # - name: Create pull request - # uses: peter-evans/create-pull-request@v7 - # with: - # title: "Update generated JSON schema" - # body: "This PR updates the generated JSON schema." - # branch: update-json-schema - # base: master - # committer: 'GitHub Actions ' - # author: 'GitHub Actions ' - + - name: Create pull request + uses: peter-evans/create-pull-request@v7 + with: + title: "Update generated JSON schema" + body: "This PR updates the generated JSON schema." + branch: master + base: update-json-schema + committer: 'GitHub Actions ' + author: 'GitHub Actions '