Skip to content

Commit

Permalink
Revert "Temporary switch to test actions"
Browse files Browse the repository at this point in the history
This reverts commit b88c69d.
  • Loading branch information
andersgMSFT committed May 17, 2023
1 parent ab84982 commit 4145dbd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishToEnvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PullPowerPlatformChanges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PushPowerPlatformChanges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 4145dbd

Please sign in to comment.