From 21901f4f26fcb072c4d4e8e41f0432afbc7a3d8a Mon Sep 17 00:00:00 2001 From: Shane Date: Mon, 22 Jan 2024 10:59:01 -0800 Subject: [PATCH] Update add-new-template.yml --- .github/workflows/add-new-template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/add-new-template.yml b/.github/workflows/add-new-template.yml index 11d3e7b8..b52bf6ec 100644 --- a/.github/workflows/add-new-template.yml +++ b/.github/workflows/add-new-template.yml @@ -53,6 +53,10 @@ jobs: - name: Install Power Platform CLI run: dotnet tool install --global Microsoft.PowerApps.CLI.Tool + # Enable long path support in Git + - name: Enable long paths support + run: git config --system core.longpaths true + # Validate solution_type input - name: Validate solution_type input run: |