From 2343641094936501ff767acd30158ac0cd93b68d Mon Sep 17 00:00:00 2001 From: Lucie Milan Date: Mon, 4 Dec 2023 10:47:17 +0100 Subject: [PATCH] Update import_json_schemas.yml --- .github/workflows/import_json_schemas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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