Skip to content

Commit

Permalink
Update add-new-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep authored Jan 22, 2024
1 parent 7f72827 commit 21901f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/add-new-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 21901f4

Please sign in to comment.