Skip to content

Commit 9b13cbb

Browse files
renamed
1 parent a17ad83 commit 9b13cbb

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ on:
7878

7979
jobs:
8080
Run:
81-
uses: ./.github/workflows/deployment-orchestrator.yml
81+
uses: ./.github/workflows/deploy-orchestrator.yml
8282
with:
8383
runner_os: ubuntu-latest
8484
azure_location: ${{ github.event.inputs.azure_location || 'australiaeast' }}
File renamed without changes.

.github/workflows/deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ on:
7878

7979
jobs:
8080
Run:
81-
uses: ./.github/workflows/deployment-orchestrator.yml
81+
uses: ./.github/workflows/deploy-orchestrator.yml
8282
with:
8383
runner_os: windows-latest
8484
azure_location: ${{ github.event.inputs.azure_location || 'australiaeast' }}

0 commit comments

Comments
 (0)