Skip to content

Commit 4cb550f

Browse files
Update deploy.yml
1 parent 2410e99 commit 4cb550f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)