diff --git a/.github/workflows/import_json_schemas.yml b/.github/workflows/import_json_schemas.yml index 7c9117af7..76164ed2c 100644 --- a/.github/workflows/import_json_schemas.yml +++ b/.github/workflows/import_json_schemas.yml @@ -28,7 +28,7 @@ jobs: run: | git config --global user.email "github-actions@github.com" git fetch - git checkout TDL-23186-json-schema + git checkout master git branch ${{ env.branch }} - name: Checkout branch