Skip to content

Commit ecca2f5

Browse files
Change account name in resource group generation
1 parent 5449c84 commit ecca2f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
echo "RESOURCE_GROUP_NAME=${{ inputs.resource_group_name }}" >> $GITHUB_ENV
202202
else
203203
echo "Generating a unique resource group name..."
204-
ACCL_NAME="codmodv2" # Account name as specified
204+
ACCL_NAME="codmod" # Account name as specified
205205
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
206206
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
207207
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)