From 279efccb4a8b7134aa933f08c562d81321e7d8b8 Mon Sep 17 00:00:00 2001 From: Chintan Kavathia Date: Tue, 10 Dec 2024 10:11:59 +0530 Subject: [PATCH] chore: update LFS endpoint --- .github/workflows/test_and_deploy.yml | 2 +- .lfsconfig | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 6765d3335..639544e55 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -15,7 +15,7 @@ jobs: node-version: lts/iron - name: Configure LFS Fetch URL - run: git config remote.origin.lfsurl https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs + run: git config remote.origin.lfsurl https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs - name: Pull Repository with LFS run: git lfs pull diff --git a/.lfsconfig b/.lfsconfig index 03c93a000..57d2776cb 100644 --- a/.lfsconfig +++ b/.lfsconfig @@ -1,3 +1,3 @@ [lfs] - url = https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs - pushurl = https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs + url = https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs + pushurl = https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs diff --git a/package.json b/package.json index 8904d0cb8..7ab2ef302 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "ci": "run-s lint test:ci", "lint": "ng lint", "e2e:prepare": "playwright install", - "lfs:prepare": "git config remote.origin.lfspushurl https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs && git config remote.origin.lfsurl https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs", + "lfs:prepare": "git config remote.origin.lfspushurl https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs && git config remote.origin.lfsurl https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs", "vrt": "cross-env playwright test", "vrt:local": "yarn vrt", "vrt:update": "yarn vrt --update-snapshots",