From 8a3666b47e6670129d0783717c45bc78e06ff405 Mon Sep 17 00:00:00 2001 From: the-database <25811902+the-database@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:14:05 -0500 Subject: [PATCH] Update schema.yml --- .github/workflows/schema.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index eb51c168..20ef9a84 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -30,17 +30,13 @@ jobs: python -m pip install --upgrade pip pip install -e .[dev] - # Generate the JSON schema - - name: Generate JSON Schema - run: | - python scripts/options/generate_schema.py - # Commit changes to a new branch - name: Commit changes to new branch run: | git config user.name 'GitHub Actions' git config user.email 'actions@github.com' git checkout -b update-json-schema + python scripts/options/generate_schema.py git add schemas/redux-config.schema.json git commit -m "Update generated JSON schema"