Skip to content

Commit b45c95e

Browse files
Merge pull request #192 from microsoft/changed-biab-to-macae
fix: changed resource group accl_name from biab to macae
2 parents 138330d + 93e1fcb commit b45c95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: generate_rg_name
7474
run: |
7575
echo "Generating a unique resource group name..."
76-
ACCL_NAME="ci-biab" # Account name as specified
76+
ACCL_NAME="macae" # Account name as specified
7777
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
7878
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
7979
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)