We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d04ed0 commit cf1b665Copy full SHA for cf1b665
2 files changed
.github/workflows/deploy-v2.yml
@@ -338,7 +338,7 @@ jobs:
338
echo "RESOURCE_GROUP_NAME=${{ github.event.inputs.resource_group_name }}" >> $GITHUB_ENV
339
else
340
echo "Generating a unique resource group name..."
341
- ACCL_NAME="docgen" # Account name as specified
+ ACCL_NAME="cp" # Account name as specified
342
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
343
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
344
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV
.github/workflows/test-automation-v2.yml
@@ -1,4 +1,4 @@
1
-name: Test Automation DocGen
+name: Test Automation Content Processing-v2
2
3
on:
4
workflow_call:
0 commit comments