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 dc93924 commit 14f8e45Copy full SHA for 14f8e45
.github/workflows/job-deploy.yml
@@ -208,7 +208,7 @@ jobs:
208
echo "RESOURCE_GROUP_NAME=${{ inputs.resource_group_name }}" >> $GITHUB_ENV
209
else
210
echo "Generating a unique resource group name..."
211
- ACCL_NAME="macaev2"
+ ACCL_NAME="macaev3"
212
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
213
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
214
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV
0 commit comments