We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa1f45 commit b79957cCopy full SHA for b79957c
.github/workflows/azure-dev-down.yml
@@ -8,7 +8,7 @@ on:
8
azd_environment_name:
9
description: "Name of the AZD Environment"
10
required: true
11
- default: "CICDsbaydach"
+ default: "CICD"
12
azure_location:
13
description: "Azure location for the environment"
14
@@ -23,7 +23,7 @@ jobs:
23
build:
24
runs-on: ubuntu-latest
25
env:
26
- AZURE_ENV_NAME: ${{ github.event.inputs.azd_environment_name || 'CICDsbaydach' }}
+ AZURE_ENV_NAME: ${{ github.event.inputs.azd_environment_name || 'CICD' }}
27
AZURE_LOCATION: ${{ github.event.inputs.azure_location || 'eastus' }}
28
29
steps:
0 commit comments