Skip to content

Commit b79957c

Browse files
committed
return to default branch
1 parent aaa1f45 commit b79957c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-dev-down.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
azd_environment_name:
99
description: "Name of the AZD Environment"
1010
required: true
11-
default: "CICDsbaydach"
11+
default: "CICD"
1212
azure_location:
1313
description: "Azure location for the environment"
1414
required: true
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
env:
26-
AZURE_ENV_NAME: ${{ github.event.inputs.azd_environment_name || 'CICDsbaydach' }}
26+
AZURE_ENV_NAME: ${{ github.event.inputs.azd_environment_name || 'CICD' }}
2727
AZURE_LOCATION: ${{ github.event.inputs.azure_location || 'eastus' }}
2828

2929
steps:

0 commit comments

Comments
 (0)