From fa1d2a95a5b4bfcba9c6251ccbfd139abfadf7cf Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 14 Nov 2024 16:21:28 +0100 Subject: [PATCH] Update generate-base-files-info-json.yml --- .github/workflows/generate-base-files-info-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-base-files-info-json.yml b/.github/workflows/generate-base-files-info-json.yml index f3352557..40112543 100644 --- a/.github/workflows/generate-base-files-info-json.yml +++ b/.github/workflows/generate-base-files-info-json.yml @@ -29,7 +29,7 @@ jobs: # Step 5: Commit changes if any - name: Commit changes if any run: | - git checkout www + git checkout data mv base-files.json data/base-files.json git config --global user.name "github-actions" git config --global user.email "github-actions@github.com"