We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1e5c1 commit 09b7178Copy full SHA for 09b7178
2 files changed
.github/workflows/deploy-linux.yml
@@ -78,7 +78,7 @@ on:
78
79
jobs:
80
Run:
81
- uses: ./.github/workflows/reusable-deployment-workflow.yml
+ uses: ./.github/workflows/deployment-orchestrator.yml
82
with:
83
runner_os: ubuntu-latest
84
azure_location: ${{ github.event.inputs.azure_location || 'australiaeast' }}
.github/workflows/deploy-windows.yml
runner_os: windows-latest
0 commit comments