We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb90067 commit b0e0b72Copy full SHA for b0e0b72
1 file changed
.github/workflows/job-deploy.yml
@@ -397,7 +397,7 @@ jobs:
397
if [ "$rg_exists" = "false" ]; then
398
echo "Resource group '${{ env.RESOURCE_GROUP_NAME }}' does not exist. Creating..."
399
az group create --name ${{ env.RESOURCE_GROUP_NAME }} --location ${{ env.AZURE_LOCATION }} --tags ${{ env.RG_TAGS }} || { echo "❌ Error creating resource group"; exit 1; }
400
- echo "✅ Resource group '${{ env.RESOURCE_GROUP_NAME }}' created with tags
+ echo "✅ Resource group '${{ env.RESOURCE_GROUP_NAME }}' created with tags"
401
else
402
echo "✅ Resource group exists, proceeding with deployment"
403
fi
0 commit comments