You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "✅ Resource group '$RESOURCE_GROUP_NAME' created successfully."
378
378
else
379
-
echo "✅ Resource group '$RESOURCE_GROUP_NAME' already exists. Updating owner tag to '${{ github.actor }}'."
380
-
az group update --name "$RESOURCE_GROUP_NAME" --set tags.owner="${{ github.actor }}" >/dev/null || echo "⚠️ Warning: failed to update owner tag on existing resource group."
379
+
echo "✅ Resource group '$RESOURCE_GROUP_NAME' already exists. Updating Owner tag to '${{ github.actor }}'."
380
+
az group update --name "$RESOURCE_GROUP_NAME" --set tags.Owner="${{ github.actor }}" >/dev/null || echo "⚠️ Warning: failed to update Owner tag on existing resource group."
0 commit comments