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 138330d + 93e1fcb commit b45c95eCopy full SHA for b45c95e
.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