We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b28e45 commit de608a2Copy full SHA for de608a2
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
id: generate_rg_name
91
run: |
92
echo "Generating a unique resource group name..."
93
- ACCL_NAME="ca" # Account name as specified
+ ACCL_NAME="cwyd" # Account name as specified
94
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
95
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
96
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV
0 commit comments