diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index ae5afaf..ec52f8d 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -1,6 +1,6 @@ { "type": "PTE", - "templateUrl": "https://github.com/BusinessCentralDemos/AL-Go-PTE@PPPreview", + "templateUrl": "https://github.com/Microsoft/AL-Go-PTE@PPPreview", "powerPlatformSolutionFolder": "TakeOrder", "environments": [ "Dev (Production)", diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index 76eba7a..c506f78 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -250,7 +250,7 @@ jobs: - name: Build PowerPlatform Solution id: BuildPowerPlatform if: matrix.project == env.powerPlatformSolutionFolder && matrix.buildMode == 'default' - uses: andersgMSFT/AL-Go-Actions/BuildPowerPlatform@fixPPWorkFLows + uses: microsoft/AL-Go-Actions/BuildPowerPlatform@PPPreview with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -511,7 +511,7 @@ jobs: - name: Deploy PowerPlatform if: ${{ steps.authContext.outputs.deployPP == 'true' }} - uses: andersgMSFT/AL-Go-Actions/DeployPowerPlatform@fixPPWorkFLows + uses: microsoft/AL-Go-Actions/DeployPowerPlatform@PPPreview with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} diff --git a/.github/workflows/PublishToEnvironment.yaml b/.github/workflows/PublishToEnvironment.yaml index 31d2701..2fa19ff 100644 --- a/.github/workflows/PublishToEnvironment.yaml +++ b/.github/workflows/PublishToEnvironment.yaml @@ -170,7 +170,7 @@ jobs: - name: Deploy PowerPlatform if: ${{ env.deployPP == 'true' }} - uses: andersgMSFT/AL-Go-Actions/DeployPowerPlatform@fixPPWorkFLows + uses: microsoft/AL-Go-Actions/DeployPowerPlatform@PPPreview with: shell: powershell parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} diff --git a/.github/workflows/PullPowerPlatformChanges.yaml b/.github/workflows/PullPowerPlatformChanges.yaml index 31f2680..0f68a23 100644 --- a/.github/workflows/PullPowerPlatformChanges.yaml +++ b/.github/workflows/PullPowerPlatformChanges.yaml @@ -87,7 +87,7 @@ jobs: Add-Content -Path $env:GITHUB_ENV -Value "powerPlatformSolutionFolder=$solutionName" - name: Export changes from Power Platform - uses: andersgMSFT/AL-Go-Actions/PullPowerPlatformChanges@fixPPWorkFLows + uses: microsoft/AL-Go-Actions/PullPowerPlatformChanges@PPPreview with: shell: powershell solutionName: ${{ env.powerPlatformSolutionFolder }} diff --git a/.github/workflows/PushPowerPlatformChanges.yaml b/.github/workflows/PushPowerPlatformChanges.yaml index b6681cf..44d3f4c 100644 --- a/.github/workflows/PushPowerPlatformChanges.yaml +++ b/.github/workflows/PushPowerPlatformChanges.yaml @@ -92,7 +92,7 @@ jobs: - name: Build PowerPlatform Solution id: BuildPowerPlatform - uses: andersgMSFT/AL-Go-Actions/BuildPowerPlatform@fixPPWorkFLows + uses: microsoft/AL-Go-Actions/BuildPowerPlatform@PPPreview with: shell: powershell parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -103,7 +103,7 @@ jobs: companyId: ${{ env.companyId }} - name: Export and push changes to Power Platform - uses: andersgMSFT/AL-Go-Actions/DeployPowerPlatform@fixPPWorkFLows + uses: microsoft/AL-Go-Actions/DeployPowerPlatform@PPPreview with: shell: powershell parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}