Skip to content

Commit cf1b665

Browse files
minor fix
1 parent 9d04ed0 commit cf1b665

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
echo "RESOURCE_GROUP_NAME=${{ github.event.inputs.resource_group_name }}" >> $GITHUB_ENV
339339
else
340340
echo "Generating a unique resource group name..."
341-
ACCL_NAME="docgen" # Account name as specified
341+
ACCL_NAME="cp" # Account name as specified
342342
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
343343
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
344344
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV

.github/workflows/test-automation-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Automation DocGen
1+
name: Test Automation Content Processing-v2
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)