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.
2 parents a337ce1 + 2c78c57 commit f46f179Copy full SHA for f46f179
.github/workflows/deploy.yml
@@ -73,7 +73,7 @@ jobs:
73
id: generate_rg_name
74
run: |
75
echo "Generating a unique resource group name..."
76
- ACCL_NAME="ci-biab" # Account name as specified
+ ACCL_NAME="macae" # Account name as specified
77
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
78
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
79
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV
0 commit comments