diff --git a/.github/workflows/export-to-branch.yml b/.github/workflows/export-to-branch.yml index b5ff041d..f68234d0 100644 --- a/.github/workflows/export-to-branch.yml +++ b/.github/workflows/export-to-branch.yml @@ -38,7 +38,7 @@ jobs: - name: Initialize Solution If DNE run: | - if (!(Test-Path -Path "./Solutions/${{ github.event.inputs.solution_name }}"')) { + if (!(Test-Path -Path "./Solutions/${{ github.event.inputs.solution_name }}")) { pac solution init --publisher-name PowerAccelerator --publisher-prefix mpa --outputDirectory ./YOURNAMEHERE $cdsprojFilePath = "./Solutions/${{ github.event.inputs.solution_name }}/${{ github.event.inputs.solution_name }}.cdsproj" [xml]$xmlDoc = Get-Content $cdsprojFilePath