Skip to content

Commit

Permalink
Update schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Dec 17, 2024
1 parent cddf7df commit 47a9e55
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <actions@github.com>'
# author: 'GitHub Actions <actions@github.com>'

- 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 <actions@github.com>'
author: 'GitHub Actions <actions@github.com>'

0 comments on commit 47a9e55

Please sign in to comment.