Skip to content

Commit

Permalink
Merge branch 'main' into bcptreport
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Jun 18, 2024
2 parents 1627b2b + c102036 commit 6336435
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Get Artifacts for deployment
uses: microsoft/AL-Go-Actions/GetArtifactsForDeployment@main
with:
shell: powershell
shell: ${{ matrix.shell }}
artifactsVersion: ${{ github.event.inputs.appVersion }}
artifactsFolder: '.artifacts'

Expand All @@ -179,7 +179,7 @@ jobs:
env:
Secrets: '${{ steps.ReadSecrets.outputs.Secrets }}'
with:
shell: powershell
shell: ${{ matrix.shell }}
environmentName: ${{ matrix.environment }}
artifactsFolder: '.artifacts'
deploymentEnvironmentsJson: ${{ needs.Initialization.outputs.deploymentEnvironmentsJson }}
Expand All @@ -196,6 +196,6 @@ jobs:
id: PostProcess
uses: microsoft/AL-Go-Actions/WorkflowPostProcess@main
with:
shell: powershell
shell: ${{ matrix.shell }}
eventId: "DO0097"
telemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Get Artifacts for deployment
uses: microsoft/AL-Go-Actions/GetArtifactsForDeployment@main
with:
shell: powershell
shell: ${{ matrix.shell }}
artifactsVersion: ${{ github.event.inputs.appVersion }}
artifactsFolder: '.artifacts'

Expand All @@ -179,7 +179,7 @@ jobs:
env:
Secrets: '${{ steps.ReadSecrets.outputs.Secrets }}'
with:
shell: powershell
shell: ${{ matrix.shell }}
environmentName: ${{ matrix.environment }}
artifactsFolder: '.artifacts'
deploymentEnvironmentsJson: ${{ needs.Initialization.outputs.deploymentEnvironmentsJson }}
Expand All @@ -196,6 +196,6 @@ jobs:
id: PostProcess
uses: microsoft/AL-Go-Actions/WorkflowPostProcess@main
with:
shell: powershell
shell: ${{ matrix.shell }}
eventId: "DO0097"
telemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}

0 comments on commit 6336435

Please sign in to comment.