Skip to content

Commit de608a2

Browse files
fix: Updated accelerator name
1 parent 2b28e45 commit de608a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
id: generate_rg_name
9191
run: |
9292
echo "Generating a unique resource group name..."
93-
ACCL_NAME="ca" # Account name as specified
93+
ACCL_NAME="cwyd" # Account name as specified
9494
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
9595
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
9696
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)